System.Diagonistics.Debugger.Break()
I would like to use System.Diagonistics.Debugger.Break() in a C#.net 2008 deskto/console applcation. Can you point me to a reference where I am using System.Diagonistics.Debugger.Break() in the application. i then have another instance of the VS studio.net 2008 attached to that debugger?
Suthish NairPosted Aug 1, 2011, 3:32 PM
Console.Write("Hi, ");
//System.Diagnostics.Debugger.Launch();
System.Diagnostics.Debugger.Break();
Console.Write("This is test!");
Console.ReadKey();
check blog
Sam HobbsPosted Aug 1, 2011, 6:59 PM