Does Control-Break work while running the debugger?
I did a search for "Break" in the forums and found that I apparently need to include #BREAK ON in my source program. I did this, but I still can't stop the execution of the program while running the debugger.
Am I missing some additional step that needs to be taken or does Cntl-Break simply not work while running the debugger?
I did a search for "Break" in the forums and found that I apparently need to include #BREAK ON in my source program. I did this, but I still can't stop the execution of the program while running the debugger.
Am I missing some additional step that needs to be taken or does Cntl-Break simply not work while running the debugger?
Comment