Saturday, April 11, 2009

A new startup - create a permanent breakpoint

Hi,
with this line u can create a permanent breakpoint in c# applications:
System.Diagnostics.Debugger.Break();

recomanded and very useful

No comments: