Skip to main content

Uniface 8: how close debug without close application

  • November 19, 2018
  • 3 replies
  • 0 views

Jan Cees Boogaard

how close debug without close application

Author: urieli@gmail.com (Uriel)

how close debug without close application?

  thanks

3 replies

Jan Cees Boogaard

how close debug without close application

Author: urieli@gmail.com (Uriel)

how close debug without close application?

  thanks

You can do this, if you use the remote debugging protocol on the application command line  ...uniface.exe ... /deb=tcp:localhost+13020:nowait .... Then you start the debugger using the command line when you need it.  ...udbg.exe /deb=tcp:localhost+13020:create (You can use other ports instead of 13020 for different applications/shortcuts) This debugger can then be closed without affecting the application.  Downsides. If you have more than one copy of the application running at any one time, then you cannot choose which process gets debugged. 


Author: Iain Sharp (i.sharp@pcisystems.co.uk)

Jan Cees Boogaard

how close debug without close application

Author: urieli@gmail.com (Uriel)

how close debug without close application?

  thanks

Hi Uriel, When debugging in the "normal" way you can't. You can only do it with the remote debugging as Ian explained. Theo


Author: Theo Neeskens (tneeskens@itblockz.nl)

Jan Cees Boogaard

how close debug without close application

Author: urieli@gmail.com (Uriel)

how close debug without close application?

  thanks

Thanks you guys.


Author: Uriel (urieli@gmail.com)