mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Adjust to changes.
This commit is contained in:
parent
bc9547c99e
commit
bec09a7c2a
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ public class CDebugHelper {
|
|||
exename+="sol/" + exe;
|
||||
else
|
||||
return(null);
|
||||
session=mi.createCSession(null, new File(exename), new File("."), null);
|
||||
session=mi.createCSession(null, new File(exename), new File("."), null, null);
|
||||
return(session);
|
||||
}
|
||||
/**
|
||||
|
@ -63,7 +63,7 @@ public class CDebugHelper {
|
|||
return(null);
|
||||
}
|
||||
|
||||
session=mi.createCSession(null, new File(workspacePath +bins[0].getPath().toOSString()), new File("."), null);
|
||||
session=mi.createCSession(null, new File(workspacePath +bins[0].getPath().toOSString()), new File("."), null, null);
|
||||
return(session);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue