1
0
Fork 0
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:
Marc Khouzam 2008-07-18 12:48:22 +00:00
parent 65b52f3a07
commit 8b3a47453a

View file

@ -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(