Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A breakpoint may have a variable value associated with it, meaning that that debug will break at this statement only when the value condition is true. To set a break on value condition you must first run the WAM in debug mode with a breakpoint set for the statement required. While running in debug. Select the Variable tab, select a variable and define a Break on value condition for this variable. This condition will be saved until it is removed. Continue running the WAM in debug mode and this statement will now break only when the variable's Break on value condition is true.

At this point your WAM iiiSecMaint should have a breakpoint defined on the statement:

...