L
L
leremin2020-02-28 20:09:03
.NET
leremin, 2020-02-28 20:09:03

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 answer(s)
V
Vasily Bannikov, 2020-02-28
@leremin

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 question

Ask a Question

731 491 924 answers to any question