From 89641b216fb0c17aec84e1e38800113fd1bcad5e Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Thu, 10 Oct 2024 15:24:39 -0400 Subject: [PATCH] Update entry-exit.rst --- docs/entry-exit.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/entry-exit.rst b/docs/entry-exit.rst index 8ba6baa..7d30c18 100644 --- a/docs/entry-exit.rst +++ b/docs/entry-exit.rst @@ -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.