Behavior is different when debugger is attached
- by Lys
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,