How to detect a debugger is running on MacOS with Delphi

Viewed 123

Is there a way to detect a debugger is running with Delphi on MacOS?

For example:

System.DebugHook <> 0

or call somehow the c function

AmIBeingDebugged()

from Pascal code

0 Answers
Related