Debugger always needs triggered twice

Posted by keithg on 17-Jan-2017 09:58

I am frustrated with the Debugger (running in OpenEdge 11.6 on Windows) in that I always need to hit the run DEBUGGER:INITIATE twice before the Debugger screen opens.  I have a little include file that contains the following:

DEBUGGER:INITIATE ().

DEBUGGER:SET-BREAK ().

The first time those lines run, I see the Debugger's splash screen, but then its main window never appears.  I have to run them a second time before the Debugger window appears.

Any ideas on how I can get the Debugger to appear the first time I invoke it?

All Replies

This thread is closed