Focal Point
[SOLVED] AppStudio Debugging Maintain

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9677050196

January 21, 2019, 03:04 PM
mbondr
[SOLVED] AppStudio Debugging Maintain
Is there some way to write to a console or pop up an alert so I can tell what's executing when I'm trying to debug Maintain?

This message has been edited. Last edited by: mbondr,


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
January 22, 2019, 07:44 AM
Maintain Wizard
The best way to debug Maintain is by using the TYPE command. You can issue:

TYPE "VALUE =
The type statement either appears at the top of the form at run time or in a separate window, depending on version.

You can also try TYPE ON EDAPRINT "VALUE = <
Finally, there is an instream debugger that can be launched from: localhost:8080/approot/ibisamp/wfmstart.html in releases prior to 8.2.

Mark
January 22, 2019, 02:18 PM
mbondr
Thanks!


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio