| Summary: | Debug PHP Script break at random positions | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Axel <staff> |
| Component: | PDT | Assignee: | PHP Debug <php.debug-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | Ilina Stefanova <ilina.s> |
| Severity: | major | ||
| Priority: | P3 | CC: | ganoro, kalin.a |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Axel
I just found out that this happens when the include_path of php.ini to the Zend Framework is some other location in the filesystem than the workspace of Eclipse. i.e. * Zend Framework is located in /usr/share/php * ~/workspace/zend-framework contains a symlink Zend pointing to /usr/share/php/Zend * php.ini include path is set to /usr/share/php * PHP Debug stops randomly at files which paths could not be mapped Changing the include path in php.ini to the workspace location and copy the Zend folder instead of symlinking it resolves the issue. But this is only a workaround IMHO and the Problem should be fixed. It also happens in Website debugging when a file location could not be mapped. this was fixed lately. You can grab the latest nightly build or ait until SR-1 is out. No longer reproducible. Closing... |