Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-dd-dev] session shutdown not working

Hi all,

I'm trying to implement a DSF-based debugger, following the PDA example as closely as possible.

The problem is that the session shutdown does not work properly. All the steps in the shutdown sequence are executed, but the handleCompleted() method is never invoked for the sequence itself. The debugview still contains icons for the launch and the debugged program.

What is the canonical way of debugging these kinds of deadlocks?

(I switched on the DsfExecutable.DEBUG_EXECUTOR field, and got a lot of messages on the form "DsfExecutable was never executed" even for things which seem to work fine. Is that expected?)

--
/Jesper




Back to the top