1) Improvements for the XDebug plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / XDebugCorePlugin.java
index 4acc25f..10f7582 100644 (file)
@@ -55,7 +55,7 @@ public class XDebugCorePlugin extends Plugin {
        }
        
        public static IBreakpoint[] getBreakpoints() {
-               return getBreakpointManager().getBreakpoints(IXDebugConstants.ID_PHP_DEBUG_MODEL);
+               return getBreakpointManager().getBreakpoints(IXDebugConstants.ID_PHP_BREAKPOINT_MODEL);
        }
        
        public static IBreakpointManager getBreakpointManager() {