From df466bd14fa0a04d9bfd4996e2bfff7263fa5cd5 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Mon, 19 Aug 2002 22:45:34 +0000 Subject: [PATCH] Implementation of the source location. --- .../src/org/eclipse/cdt/debug/core/CDebugModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 79b4e7bab15..90d6516f8e0 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 @@ -78,7 +78,7 @@ public class CDebugModel final ICDITarget cdiTarget, final String name, final IProcess process, - final IProject project, +// final IProject project, final boolean allowTerminate, final boolean allowDisconnect, final boolean stopInMain ) throws DebugException @@ -92,7 +92,7 @@ public class CDebugModel cdiTarget, name, process, - project, + null, // project, allowTerminate, allowDisconnect ); }