mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Removed a FIXME
This commit is contained in:
parent
65b52f3a07
commit
8b3a47453a
1 changed files with 1 additions and 5 deletions
|
@ -419,12 +419,8 @@ public class FinalLaunchSequence extends Sequence {
|
|||
}
|
||||
|
||||
if (pid != -1) {
|
||||
//FIXME
|
||||
IProcessDMContext procDmc =
|
||||
fProcService.createProcessContext(Integer.toString(pid));
|
||||
|
||||
fProcService.attachDebuggerToProcess(
|
||||
procDmc,
|
||||
fProcService.createProcessContext(Integer.toString(pid)),
|
||||
new DataRequestMonitor<IDMContext>(getExecutor(), requestMonitor));
|
||||
} else {
|
||||
fProcService.getRunningProcesses(
|
||||
|
|
Loading…
Add table
Reference in a new issue