Use the SESSION handle to start the Debugger
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
If you want alert boxes to include a Help button
that provides access to a Stack Trace dialog
box and the Debugger, use the SESSION handle and
set the DEBUG-ALERT attribute to TRUE. Use
the following sample code if you want alert boxes to include a Help button:
|
For more information on starting the Debugger from alert boxes, see Start and Stop the Debugger
Note: You can enable this feature when you start an ABL client using
the Debug Alert (
-debugalert) startup parameter. For
information on this startup parameter, see the reference entry in Startup Command and Parameter Reference.