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
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