SpeedScript debugging
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Progress Developer Studio for OpenEdge allows you to edit SpeedScript files. Embedded
SpeedScript files are HTML files that contain SpeedScript (a subset of ABL) code
contained within HTML SCRIPT elements. The SpeedScript editor
automatically generates .w files from the HTML files in the
SpeedScriptGen folder.
You can debug the SpeedScript code by setting breakpoints in the .w
files. You can do this in two ways:
- Set the breakpoint on the Generate ABL tab where the
.wfile is generated - Open
.wthe file using the ABL Editor and set breakpoints in it