cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Remote debugging of application

Ketan_Lalcheta
19-Tanzanite

Remote debugging of application

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
2 REPLIES 2

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

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 

Top Tags