import net.sourceforge.phpeclipse.xdebug.php.model.XDebugStackFrame;
import net.sourceforge.phpeclipse.xdebug.php.model.XDebugVariable;
import net.sourceforge.phpeclipse.xdebug.php.model.XDebugValue;
-import net.sourceforge.phpeclipse.xdebug.ui.XDebugUIPlugin;
-import net.sourceforge.phpeclipse.xdebug.ui.php.launching.CopyOfPHPDebugModelPresentation.StorageEditorInput;
+//import net.sourceforge.phpeclipse.xdebug.ui.XDebugUIPlugin;
+//import net.sourceforge.phpeclipse.xdebug.ui.php.launching.CopyOfPHPDebugModelPresentation.StorageEditorInput;
//import net.sourceforge.phpdt.internal.debug.core.model.IPHPDebugTarget;
/**
* @see IDebugModelPresentation#getEditorInput(Object)
*/
- public IEditorInput getEditorInputA(Object item) {
-
- if (item instanceof XDebugLineBreakpoint) {
- IBreakpoint bp = (IBreakpoint) item;
- IMarker ma = bp.getMarker();
- //IFile eclipseFile = PHPDebugUiPlugin.getWorkspace().getRoot()
- // .getFileForLocation(ma.getResource().getLocation());
-
- IFile eclipseFile = null; //XDebugUIPlugin.getWorkspace().getRoot()
- //.getFile(ma.getResource().getFullPath());
- if (eclipseFile == null) {
- return null;
- }
- return new FileEditorInput(eclipseFile);
- }
- return null;
- }
-
public IEditorInput getEditorInput(Object element) {
if (element instanceof IFile) {