diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugModel.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugModel.java index ff613b1cef7..c317f1f912f 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugModel.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugModel.java @@ -290,7 +290,7 @@ public class CDebugModel private static void stopInMain( CDebugTarget target ) throws DebugException { - ICDILocation location = target.getCDISession().getBreakpointManager().createLocation( "", "xxxxmain", 0 ); + ICDILocation location = target.getCDISession().getBreakpointManager().createLocation( "", "main", 0 ); try { target.setInternalTemporaryBreakpoint( location );