[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: New install not working properly - UPDATE


It appears that the code assist feature is working. I'm not sure why it didn't appear on the first attempt, but it is working now.


Summary of what is not currently working (I am using the file1.php code from the code assist part of the basic tutorial):

1. The Project Outline tab does not show any Functions, Classes, or Constants (the category titles are shown, but the media function is not listed). I have removed the Location 1 and Location 2 extra $ to clear errors detected by the parser. I have also entered an echo statement at the end of the script to verify that the PHP Browser would display the output correctly (it did). The code folding feature detects the function and gives me the option of folding it. If I fold it and hover over it, I do get the pop up showing the function code.

2. When I attempt to run the file with the script debugger, it breaks at the first line as optioned and I can step through the statements using the debugger controls. I have set a breakpoint near the end of the script and when I click the run arrow the script runs to completion without responding to the breakpoint. The breakpoint is listed in the Breakpoints tab and is checked. The output of the Browser tab shows the echoed text from the statement at the end of the script that I added. The debug output reads:

X-Powered-By: PHP/5.2.2
Set-Cookie: ZendDebuggerCookie=127.0.0.1%3A10000%3A0||00C|77742D65|1001; path=/


I hope that the above information is enough for someone skilled in the PDT to help me track down and correct the problem.

Thanks in advance.