Debugging

When compiling code in the default Debug mode, the compiler includes several options that can assist during the process of debugging an application, including stepping through the code, using code breakpoints, doing conditional debugging when an exception is thrown, performing process monitoring, and analyzing program state using the .NET debugging tools.

The .NET Framework supports transparent debugging of applications that use multiple languages. If some modules of your application are written in Visual C# .NET while others are written in Visual Basic .NET, the debugger can step between languages transparently.

Stepping Through Code ...

Get Developing and Implementing Windows®-Based Applications with Visual C#™ .NET and Visual Studio® .NET Exam Cram™ 2 (Exam 70-316) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.