[Qt-interest] UI Interaction Freezing when using QGraphicsView - How to Debug?

william.crocker at analog.com william.crocker at analog.com
Thu Sep 24 23:58:17 CEST 2009


>>
>> Run in a debugger on machine A, but display on machine B.
>> When the UI freezes on machine B you will still
>> be able to interact with the debugger running on machine A
>> and see where all of the threads are.
> 
> E.g. you mean from machineB, do ssh -Y machineA and run gdb pbuffers2? 
> Or is there a more exotic way to run gdb but display on another machine?
> 

Walk over to machine B and type: xhost +A
On machine A type: setenv DISPLAY B:0
then run the app on A and it will display on B.

Bill



More information about the Qt-interest-old mailing list