Skip to content

Commit

Permalink
notes for cnd tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx committed Nov 21, 2017
1 parent d040949 commit 4037bd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions introduction/ConditionalTracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ If you use one of the trace record-based tracing options, the initial evaluation

## Notes

You can start a conditional tracing by "Trace over until condition"/"Trace into until condition" commands in the [Debug menu](../gui/menus/Debug.rst).

You should not use commands that can change the running state of the debuggee (such as `run`) inside the breakpoint command, because these commands are unstable when used here. You can use *break condition*, *command condition* or `$tracecondition` instead.

## See also
Expand Down

0 comments on commit 4037bd7

Please sign in to comment.