Skip to main content
1-Visitor
September 19, 2018
Question

Remote debugging of application

  • September 19, 2018
  • 1 reply
  • 1335 views
Hello
I don't want to write log file or it is not helping in some scenarios.

Application fails on client machine and it is toolkit based application. Somewhere I heard about remote debugging of application... Could anyone help me understand this so that I can debug application on client machine.?

Thanks in advance...

Regards
Ketan
This topic has been closed for replies.

1 reply

15-Moonstone
September 25, 2018

I don't think that this would be possible from your machine.

 

You need a very good connection for remote debugging and also the ports need to be open.

 

A much easier solution is to push out a debug build (with .pdb) and check the traceback.log file. So you get an idea where it's crashing.

 

Br,

Eike

1-Visitor
September 25, 2018

Thank you for responding on this.

 

Machine set up we can enable , if specification is known, with the help of our IT team.

 

Could you please elaborate more on how to go through pdb file? I guess it's binary file.

 

Thanks and Regards

Ketan