Answer the question
In order to leave comments, you need to log in
Why doesn't studio jump to code when exceptions occur?
In Visual Studio, when debugging WPF applications for .netcore, in case of exceptions, instead of jumping to the line of code, it simply displays a window with the call stack. How to make it jump to the code like in console or regular Winforms projects?
Answer the question
In order to leave comments, you need to log in
1. You need to run it in debug
2. You need to check the break on exceptions settings
3. To debug not only your code, you also need to uncheck "only my code"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question