PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to detect if the project is being debugged
How to detect if the project is being debugged
Iniciado por guest, 30,sep. 2015 02:17 - 2 respuestas
Publicado el 30,septiembre 2015 - 02:17
Hello All:

Is there a way to detect if the project is being debugged? I think there is one instruction for this, but I can't find it....

Regards;
Michael
Publicado el 30,septiembre 2015 - 03:16
You can try OnTestMode
Publicado el 30,septiembre 2015 - 11:31
Hi Ralph,

it depends of which debugger you are talking about...

If you mean the windev debugger/test mode, then yes, it's ontestmode

If you mean hack attempt, there is one Windev Anti-Debug component available here :
http://www.softprotect.fr

Best regards