<div class='quotetop'>QUOTE </div>
--- Quote Start ---
The debugger does in fact have a "pause" (break) icon as well as "play" (run) and "stop" (stop debugging). Look for it in a tool-bar just below the various menus (file, edit, etc.). You need to be in the "debug perspective" of the IDE (which should automaticaly happen for you if you have started the debugger).[/b]
--- Quote End ---
I see the 'pause' is there, right next to the 'Terminate' icon. The problem is that they are both grayed (disabled) while the app is running. Even though I am in debug....
Am I missing something?