How to

create breakpoint programmically

Published: 13. December 2008 | Updated: 26. October 2011
License: Microsoft Public License (MS-PL)
Categories: Debug
Tags: C# Debug Visual Studio
Was this snippet helpful for you? YESYES / NONO

Import namespace

using System.Diagnostics;

Code

Debugger.Break();
Send us feedback about this snippet »



Related Snippets: