I have installed the PDT on an openSUSE 10.3 linux system and am having
several problems with the operation.
I've attempted to run through some of the tutorial exercises and have
found several problems with the code assist and debug features:
1. Function parameter hints do not appear when control+shift+space is
pressed
2. The code assist scope did not work by limiting suggestions to those
within the function scope of the cursor.
3. I have attempted to run the debug script given in the help file. With
the stop at first line option selected in the configuration, the debugger
stops properly at the first php link and I can step through the script
using the debugger controls. However, if I click the run arrow, the
debugger will not stop at a set breakpoint, even though the breakpoint is
listed on the breakpoints tab and shown as selected (checked).
I have no idea on what to do next to track down these problems. Any help
would be greatly appreciated.