Child pages
  • Manipulating Breakpoints

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/3245088/Manipulating Breakpoints_1.jpgpng"/>
  <br> 
</center>

When the breakpoint location is reached, the expression is evaluated and the breakpoint is hit only if the expression is true or has changed.

...

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/3245088/Manipulating Breakpoints_2.jpgpng"/>
  <br> 
</center>

A breakpoint is hit when the breakpoint location is reached and the condition is satisfied. The hit count is the number of times the breakpoint has been hit.

...

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/3245088/Manipulating Breakpoints_3.jpgpng"/>
  <br> 
</center>