Disable debugging in uniface application
Author: lalitpct@gmail.com (lalitpct)
Application is started with below command which starts debugger and shows all command being executed in client server architceture uniface.exe /asn=uniface.asn /dev=tcp:localhost+120:create ..\\usys\\udbg.aps Can we 1. Disable debugging . 2.or at least how I can get the command used to start the application in aps?. If I can get that then in aps I can put a check if it is being started using debugger.

I guess I should have checked this first before mentioning it here. Sorry for that.
So in case you really would like to prevent that your application is debugged then the only reliable way is to compile everything with /nodebug. Hope this helps. Daniel



