What is the syntax and which namespace/class needs to be imported? Give me sample code if possible. It would be of great help.
http://msdn.microsoft.com/en-us/library/system.diagnostics.debugger.break.aspx
#if DEBUG System.Diagnostics.Debugger.Break(); #endif