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