Behavior is different when debugger is attached

Posted by Lys on Stack Overflow See other posts from Stack Overflow or by Lys
Published on 2010-05-31T02:37:04Z Indexed on 2010/05/31 2:42 UTC
Read the original article Hit count: 150

Filed under:

I'm using VS 2008 to debug C# program with source code access.

The expected behavior happened as long as the debugger attached to the running program, but when the program ran without debugger attached the exception threw.

What are the common reasons for this to happen, and how can I tell the code difference behind this?

Thanks,

© Stack Overflow or respective owner

Related posts about debugging