Deadlock
Brought to you by:
fabioz
1.) Start the remote debugger in Eclipse
2.) Call settrace(port=<portnumber>) using XML/RPC (I'm using an Eclipse action for this in a custom plugin)
2.) Set breakpoint in a Python script in Eclipse and run it on the remote application.
This locks both Eclipse and the remote application.
I'm using Eclipse version 3.4.1 and Python interpreter version 2.4 in Redhat Enterprise Linux 5 environment.