Community
Participate
Working Groups
In org.eclipse.php.internal.debug.core.zend.debugger.handlers.StartProcessFileNotificationHandler.prepareForProcessing(String, PHPDebugTarget) There's distinction between first and further files. First file uses different way to locate the resource containing breakpoints, than it's used for other files. As a result in some cases, breakpoints are incorrectly set for first debugged file.
Created attachment 173085 [details] patch Fix is to call anything that's required for first file (e.g. first mapping and change dir), but use same method for resolving file path in all cases.
Patch applied to branch and head.
Closing