Error when debugging a running Uniface app
Author: lammersma@hotmail.com (lammersma)
Hi there,
I try to debug a running Uniface application with /deb=<processID>. All I see is a flash of a self-closing transcript window. In the transcript logfile I see:
UDBG(Error): Can't open B-notify event < Het systeem kan het opgegeven bestand niet vinden. > ('Het systeem kan het opgegeven bestand niet vinden' is Dutch for 'The system can not find the specified file').
When I start de debugger without /deb, the debugger does start. Ofcourse without any connection to an Uniface process.
Can anyone point me in the right direction?
Kind regards
2 Comments
Local Administrator
Hi Peter,
The Debug Thread is not started by default (when using Uniface 8.4.02 or higher), which means that it is not possible (without further ado) to hook the Debugger to a running Uniface application (udbg.exe /deb=pidID). The Debug Thread of the Uniface Runtime first has to be initialized (started) in one of the following ways:
Hope this helps.
Best regards,
Daniel
*** Usual disclaimer ***
Author: diseli (daniel.iseli@uniface.com)
Local Administrator
Thanks, Daniel!
Author: lammersma (lammersma@hotmail.com)