Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What I don't like about debugging
Message
 
 
To
03/09/2013 15:55:33
General information
Forum:
ASP.NET
Category:
Testing and debugging
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01581956
Message ID:
01581961
Views:
52
>>Hi everybody,
>>
>>Unlike VFP, then an exception is caught, there seems to be no way to go back to the previous line of code that caused the exception and examine the content of the variable.
>>
>>Is it really a problem in VS or I am doing something wrong?
>>
>>Thanks in advance.
>
>It depends on if the variable is still in scope. If its an unhandled exception and the debugger stops you on the line of the error, you should still be able to view the variable's value. If you are handling the exception and the variable goes out of scope you'll need to set a breakpoint and view the value before the exception.

I have a top level try/catch block. So, one method calls another method, then another and another... and finally the exception is caught at the top level method.

I have to repeat the whole test in order to see why I got the exception.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform