Tuesday, 20 August 2013

How can you skip over user-defined breakpoints in .NET?

How can you skip over user-defined breakpoints in .NET?

I have an assembly compiled in debug mode, with DEBUG defined. If I
execute this directly, from the command line, a window will pop up saying
a user-defined breakpoint was encountered. How can I ignore these or have
them close automatically without stopping the program?
I noticed that when I run a whole batch of programs like this from
msbuild, with CallTargets and RunEachTargetSeparately="true", the dialogs
pop up, but then automatically go away. So I know there's a way to do
this, but I haven't been able to figure it out.

No comments:

Post a Comment