Debug Screen (OpenInsight 32-Bit)
At 09 MAR 2006 08:56:06PM Barry Stevens wrote:
Ver 7.2.1
Why doesnt the debugger screen come up when OI is run with /HI /HE parameters.
DB manager has Debug enabled
At 09 MAR 2006 09:21PM Ray Chan wrote:
Don't you have to do:
/HE=0
hth,
Ray Chan
At 09 MAR 2006 11:43PM Barry Stevens wrote:
Thats right, or not have /HE. The point being in 4.1.3 you could /HE which hides the engine and still get the debugger.
At 10 MAR 2006 01:31AM [email protected]'s Don Bakke wrote:
Barry,
There is a side-affect with newer versions of OI where runtime engines (which are hidden by default) or development engines that are hidden using the command line supress the display of any UI that the engine is responsible for (which includes the debugger). This was done to prevent OECGI web apps from locking up whenever a condition occured that caused the engine to display a message (or the debugger). If you run the debugger in intercept mode it will still work.
At 10 MAR 2006 05:11PM Barry Stevens wrote:
OK, that makes sense, thanks.