Fixed the debugger client to work in Eclipse 3.1.
authorstefanbjarni <stefanbjarni>
Sun, 3 Jul 2005 01:36:32 +0000 (01:36 +0000)
committerstefanbjarni <stefanbjarni>
Sun, 3 Jul 2005 01:36:32 +0000 (01:36 +0000)
commit35ffd3fcd938f79be4e3dc18a183c3874ae4e39e
tree3ee369dc95d4946af53d661dc7a29b7b09d9b579
parenta905ba5c31e8ba18d8da7560500fcea5bb3f7cab
Fixed the debugger client to work in Eclipse 3.1.
The method of integration of the debugger model into the debugger view appears to have changed from 3.0 to 3.1. I added implementations of
getAdapter() for PHPDebugTarget and PHPThread to properly add Launch
(e.g. Debug) View tree nodes for targets, threads and stack frames.

Fixed a live leak resulting from PHPDebugTarget not deregistering itself from
listening to breakpoint and debug events.

Added utility log methods to net.sourceforge.phpeclipse.PHPeclipsePlugin.
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPDebugTarget.java
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPThread.java
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java