This repository has been archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
@Kation What are the Linker settings for the project you are trying to debug? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building Xamarin.Forms myself and want to debug into it.
Create a breakpoint as usually.
When application running to a breakpoint, it was paused but current call stack is not at breakpoint.
It's showing code from current solution' project where first in call stack.
All Xamarin Forms method in call stack are disabled.
Both android and ios have the same problem.
I build package by
.create-nuget.bat
.It was correct in last few months before I pull source code from git some day.
Expected Behavior
Actual Behavior
Basic Information
Screenshots
Beta Was this translation helpful? Give feedback.
All reactions