-
Hello, I have a bug like a race condition in avalonia and I want to put a breakpoint in avalonia source code when I debug my application (using the nuget release (11.1.3+ / 11.2.1). here is the callstack of the bug (in PanelContainerGenerator) but it is random and hard to reproduce :
Thanks :) PS : It could be good to save the pdbs as assets of the release in github, of create a symbol server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Julien in Telegram gave me the answer :) "Symbols for releases are published on NuGet, like most open source packages. Ensure that you have the NuGet.org Symbol Server checked in VS/Rider, and Just My Code disabled. You should be able to step through the code automatically." |
Beta Was this translation helpful? Give feedback.
Julien in Telegram gave me the answer :)
"Symbols for releases are published on NuGet, like most open source packages. Ensure that you have the NuGet.org Symbol Server checked in VS/Rider, and Just My Code disabled. You should be able to step through the code automatically."