mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-09 19:43:27 +02:00
*** empty log message ***
This commit is contained in:
parent
dcf4f87706
commit
e90d3d2187
1 changed files with 2 additions and 2 deletions
|
@ -79,9 +79,9 @@ public class CoreFileLaunchDelegate extends AbstractCLaunchDelegate {
|
||||||
renderTargetLabel(debugConfig),
|
renderTargetLabel(debugConfig),
|
||||||
iprocess,
|
iprocess,
|
||||||
exe.getProject(),
|
exe.getProject(),
|
||||||
true,
|
|
||||||
false,
|
false,
|
||||||
true);
|
true,
|
||||||
|
false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private IPath getCoreFilePath(final IProject project) {
|
private IPath getCoreFilePath(final IProject project) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue