Community
Participate
Working Groups
Debug launch configuration dialog accepts Project (not file) in File/Project field. e.g. Project proj1 File newfile.php Real Path c:\xampp\htdocs\newfile.php Debug URL http://localhost/newfile.php You can set "/proj1" in File/Project field and execute debug. Debug trace shows >[PHPDebugTarget@18c908b] PHPDebugTarget: Setting Breakpoint - File C:/xampp/htdocs/newfile.php/newfile.php Line Number 3 >[ServerDebugHandler@1c121b6] PHPSimpleDebugHandler: ready: C:\xampp\htdocs\newfile.php 2 Stopped at first line but not stop at breakpoint.
Possibly more useful infos on this problem here (as I experience it): http://yoopergeek.blogspot.com/2007/10/getting-breakpoints-to-work-in-eclipse.html#update See the text box: "Not sure if this helps, but I ran into the same problem myself. I found out that it was that the plugin expects the project root to be the http root. My project structure had the http root as a subfolder of the project root. If the http root isn't the same point as the project root, then the plugin can't correctly inform the debugger which file the breakpoint is in. I ended up hacking the source to make the plugin work at a subfolder level." Look forward to a fix! Rudston Cullen
No longer reproducible in PDT 2.0.0 Tested on Wix XP Eclipse SDK Version: 3.4.1 Build id: M20080911-1700 debugger - org.zend.php.debug_feature-I20081127 pdt - N20081201 dltk-core-sdk-I-I200811251145-200811251145-incubation [Kalin Yanev kalin.a@zend.com]
I'm closing it. kalin yanev kalin.a@zend.com