JCL Help:IsDebuggerAttached

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines whether the calling process is running under the context of a debugger.


Pascal

 function IsDebuggerAttached: Boolean;


Return Value

If the current process is running in the context of a debugger, the return value is True. If the current process is not running in the context of a debugger, the return value is False.


Description

The IsDebuggerAttached function determines whether the calling process is running under the context of a debugger. Unlike the IsDebuggerPresent API function, this one also functions correctly under Windows 95.


About

Unit

JclDebug


Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page