mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Implementation of the source location.
This commit is contained in:
parent
0307260c31
commit
df466bd14f
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue