File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24932493\impldef {default semantics of \tcode {is_debugger_present}}.
24942494
24952495\begin {note }
2496- It is intended that, when tracing the execution of a program with a debugger, an
2497- implementation returns \tcode {true} with the use of an immediate query, as
2498- needed, to determine if the program is being traced by a debugger. On Windows or
2496+ It is intended that, using an immediate (uncached) query to determine if the
2497+ program is being traced by a debugger, an implementation returns \tcode {true}
2498+ only when tracing the execution of the program with a debugger. On Windows or
24992499equivalent systems, this can be achieved by calling the
25002500\tcode {::IsDebuggerPresent()} Win32 function. For systems compatible with
25012501ISO/IEC 23360:2021, this can be achieved by checking for a tracing process, with
2502- best effort determination that such a tracing process is a debugger.
2502+ a best- effort determination that such a tracing process is a debugger.
25032503\end {note }
25042504
25052505\end {itemdescr }
You can’t perform that action at this time.
0 commit comments