8.12 - Debugger doesn't fire when application is called from menu or fast path

kipkingle

Active Member
8.12 - Debugger doesn\'t fire when application is called from menu or fast path

We are in the process of upgrading from 8.9 to 8.12 (8.97) and noticed that the debugger will not fire unless we call the application by going through OMW (Basically we just select the “Run HTML Application” button on the “Design Tools” tab of the Interactive Application design after the debugger is running.)

Before 8.12, you could turn on the debugger and run the application from either the menu or the fast path and the debugger would stop when it reached its applicable break point. With 8.12, this doesn’t happen and the application just keeps running. If we go into the object’s design and click “Run HTML Application”, then the application will stop at the break point. Has anyone seen this? Can anyone debug an application by calling it from the localhost web interface (Fast Path or Menu) in 8.12?

I’m guessing that we just have some sort of ini setting that is out of whack, but I’m not sure what would control this. Any help would certainly be appreciated.

Regards,
Kip.
 
Re: 8.12 - Debugger doesn\'t fire when application is called from menu or fast path

Try kick off from OMW, design and run HTML APPL. If start from menu / fast path, it may run on server instead of local.
 
Back
Top