Need to display my code in stack trace. I see only System... lines.
Posted
by Tony_Henrich
on Stack Overflow
See other posts from Stack Overflow
or by Tony_Henrich
Published on 2010-05-20T23:08:59Z
Indexed on
2010/05/20
23:10 UTC
Read the original article
Hit count: 179
visual-studio
Sometimes when I get an Exception while debugging in Visual Studio, all the code lines in the stack trace belong to the System.. name space. It doesn't display my line of code which was responsible for the exception.
Is there a way to be make the stack trace show more lines or to ignore stack trace from the system namespace? Something like Just-My-Code for stack trace?
© Stack Overflow or respective owner