Page 1 of 1

System.Diagnostics.Debugger  Topic is solved

PostPosted: Thu Jul 07, 2016 4:43 pm
by SBarnes
Hi All

Although I have solved this problem an interesting issue I came accross when using System.Diagnostics.Debugger.Break(); in a plugin to launch visual studio under windows 2012, when I moved to a different machine under windows 10 with visual studio 2015, windows would report that the program had produced an error but not offer to launch the debugger a quick hunt on th web showed that changing to System.Diagnostics.Debugger.Launch(); would get the result and it works.

I am still not sure why break stopped working though.

I have posted this in case anyone gets the same problem.

Re: System.Diagnostics.Debugger

PostPosted: Sun Jul 31, 2016 12:26 pm
by Mike.Sheen
Hi Stuart,

Thanks - this is good information.

Mike