Try OpenEdge Now
skip to main content
Online Help
Running and debugging ABL programs : Concepts : Progress Developer Studio for OpenEdge Debugger : Remote debugging support in Progress Developer Studio for OpenEdge : SpeedScript debugging
 
SpeedScript debugging
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 .w file is generated
*Open .w the file using the ABL Editor and set breakpoints in it
For more information about SpeedScript files and debugging them, see the WebSpeed online help.