diff --git a/Modules/Debuggers/ProjectCenter/PCDebugger.m b/Modules/Debuggers/ProjectCenter/PCDebugger.m index 1891ba2..a6c2485 100644 --- a/Modules/Debuggers/ProjectCenter/PCDebugger.m +++ b/Modules/Debuggers/ProjectCenter/PCDebugger.m @@ -234,6 +234,7 @@ static NSImage *downImage = nil; args = [NSArray arrayWithObjects:[NSString stringWithFormat:@"%d", subProcessId], nil]; t = [NSTask new]; + [t setArguments: args]; [t setLaunchPath:@"tskill.exe"]; [t launch]; [t release];