mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
use newDebugTarget methods
This commit is contained in:
parent
e70e1ce0f3
commit
2c0e34366e
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-11-01 David Inglis
|
||||
* src/.../launch/internal/CoreFileLaunchDelegate.java
|
||||
* src/.../launch/internal/LocalCLaunchConfigur.ationDelegate.java
|
||||
use new newDebugTaget methods in CDebugModel
|
||||
|
||||
2002-10-23 David Inglis
|
||||
|
||||
* /src/.../launch/internal/CoreFileDelegate.java
|
||||
|
|
|
@ -71,7 +71,7 @@ public class CoreFileLaunchDelegate extends AbstractCLaunchDelegate {
|
|||
dsession.getCurrentTarget(),
|
||||
renderTargetLabel(debugConfig),
|
||||
debuggerProcess,
|
||||
exe.getProject());
|
||||
exe);
|
||||
}
|
||||
|
||||
protected IPath getCoreFilePath(final IProject project) throws CoreException {
|
||||
|
|
|
@ -100,7 +100,7 @@ public class LocalCLaunchConfigurationDelegate extends AbstractCLaunchDelegate {
|
|||
renderTargetLabel(debugConfig),
|
||||
iprocess,
|
||||
debuggerProcess,
|
||||
exe.getProject(),
|
||||
exe,
|
||||
true,
|
||||
false,
|
||||
stopInMain);
|
||||
|
@ -121,7 +121,7 @@ public class LocalCLaunchConfigurationDelegate extends AbstractCLaunchDelegate {
|
|||
dsession.getCurrentTarget(),
|
||||
renderTargetLabel(debugConfig),
|
||||
debuggerProcess,
|
||||
exe.getProject());
|
||||
exe);
|
||||
}
|
||||
} catch (CDIException e) {
|
||||
abort("Failed Launching CDI Debugger", e, ICDTLaunchConfigurationConstants.ERR_INTERNAL_ERROR);
|
||||
|
|
Loading…
Add table
Reference in a new issue