So I found an interesting code snippet for debugging. If you put the following code in your project, the compiler causes a breakpoint when it executes the line of code.
System.Diagnostics.Debugger.Break();
So I found an interesting code snippet for debugging. If you put the following code in your project, the compiler causes a breakpoint when it executes the line of code.
System.Diagnostics.Debugger.Break();
Want to get my personal insights on what I learn as I learn it? Subscribe now!