This repository was archived by the owner on May 1, 2024. It is now read-only.
How to debug XF source code? #15164
Unanswered
FoggyFinder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is basically the same Q as #11085
Clearly the instructions Debugging Xamarin Open Source Frameworks: Part 1 – Xamarin.Forms is outdated.
I can build
Xamarin.Forms.Core
and some related projects (not all of them though) without errors but I can't debug them on a test app with directProjectReference
. App stops on breakpoint but ST is gray and I can't walk through it.Since I can't create nuget package I tried to copy .dlls manually into "bin" folder. After that I was able to debug
Xamarin.Forms.Platform.Android
project but notXamarin.Forms.Core
one.Any suggestions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions