Skip to content

Commit

Permalink
Update entry-exit.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky authored Oct 10, 2024
1 parent a271ac8 commit 89641b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/entry-exit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ profile scripts at high speed. Here is how you might do this:
unset i
fi
Since `_Dbg_debugger``is a function call, it can be nested inside some
conditional statement allowing one to be precise about the
conditions you want to debug under. And until the first call to ``_Dbg_debugger``,
there is no debugger overhead.
Until the first call to ``_Dbg_debugger``, there is no debugger overhead.

Note that ``_Dbg_debugger`` causes the statement *after* the call to be stopped.

0 comments on commit 89641b2

Please sign in to comment.