Setting breakpoints in the working memory

You can set breakpoints on objects in working memory if you want execution to stop when the objects are retracted or updated.

Procedure

To set a breakpoint:

  1. Start a debug session.
  2. In the Working Memory view, right-click the object on which you want to set a breakpoint, and then select one of the following options in the pop-up menu:
    • If you want execution to stop when you retract this object, click Add/Remove Working Memory Breakpoint  > Retract.

    • If you want execution to stop when you update this object, click Add/Remove Working Memory Breakpoint  > Update.

    Working Memory view
  3. Continue debugging.

Results

Execution stops when the object is retracted or updated.