if (item instanceof PHPLineBreakpoint) {
IBreakpoint bp = (IBreakpoint) item;
IMarker ma = bp.getMarker();
+ //IFile eclipseFile = PHPDebugUiPlugin.getWorkspace().getRoot()
+ // .getFileForLocation(ma.getResource().getLocation());
IFile eclipseFile = PHPDebugUiPlugin.getWorkspace().getRoot()
- .getFileForLocation(ma.getResource().getLocation());
+ .getFile(ma.getResource().getFullPath());
if (eclipseFile == null) {
return null;
}