1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Implementation of the source location.

This commit is contained in:
Mikhail Khodjaiants 2002-08-19 22:45:34 +00:00
parent 0307260c31
commit df466bd14f

View file

@ -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 );
}