how to detect debug mode automatically?

  • Follow


Is there a way to check, if programm is in debug mode (= was stopped at a breakpoint, and promt K> is displayed in command window) out from a GUI?

Background: I have a GUI which is a testshell for a function. If program stops execution at a breakpoint inside of a callback, the GUI might get confused in some cases.

I tried dbstack, but it doesn't work, because it delivers stack ínformation in any case, not only in debug mode.
0
Reply Albert 10/25/2010 11:27:04 AM


0 Replies
293 Views

(page loaded in 0.007 seconds)

Similiar Articles:













7/15/2012 7:26:05 PM


Reply: