C
c# newbie
When stepping through code, to find where an error is thrown, the problem is
that I have to step threw the statement that causes the error, and if it's
in a class that's instantiated from the main program, then I may miss the
statement that causes the error.
How can I get the debugger to stop right at the statement that causes the
error.
that I have to step threw the statement that causes the error, and if it's
in a class that's instantiated from the main program, then I may miss the
statement that causes the error.
How can I get the debugger to stop right at the statement that causes the
error.