From time to time I need to force my .NET Applications to open the debugger. I can never remember the command to do so so here it is:

System.Diagnostics.Debugger.Break()

I found this tip from on

http://bethmassi.blogspot.com/2006/05/debugging-windows-services-in-visual.html

Thanks Beth!