How to detect if an application is being debugged | developer.brewmp.com How to detect if an application is being debugged | developer.brewmp.com

Developer

How to detect if an application is being debugged

Forums:

I wonder if BREW has any support to determin whether the calling process is being debugged by a debugger, such like function call IsDebuggerPresent() in Windows Desktop. I found a function call DBGEVENT() in BREW, but not sure if it is good for detecting debugger process.