Stop Debugger

I am was making an applet in wich it puts other applecations inside the panel. But it keeps messing up and putting every single applet in it, including it self, so I really can't see it nor accsess my computer. Usally I would just restart it. But I hav'nt saved the source code after the other fix I made. Are there any hotkeys to stop the debugger?

[366 byte] By [Jeremy6996] at [2008-1-10]
# 1
put a break point in any of the code paths you know are being executed. Actually your source is saved. You have to compile to run it and it will save before compiling unless you have specifically setup your system not to, which is a silly thing to do.
ReneeC at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 2
Thanks for the suggestion. I relized it does save, thanks.
Jeremy6996 at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...