Forum Discussion
TheEndless
15 years agoChannel Surfer
If there's a specific place in the code that you want to debug, you can add "stop" to the code, and the debugger will automatically kick in at that point. That's much easier than trying to time a CTRL-C.