Merge branch 'DebuggerRefactor' of github.com:gnustep/apps-projectcenter into DebuggerRefactor

This commit is contained in:
Gregory John Casamento 2021-07-27 19:18:53 -04:00
commit 9a6dbe89c8
3 changed files with 1 additions and 0 deletions

View file

@ -272,6 +272,7 @@ NSString *PCDBDebuggerStartedNotification = @"PCDBDebuggerStartedNotification";
- (void) setSubProcessId: (int)pid
{
NSLog(@"PCDebugger setSubProcessId: %d", pid);
subProcessId = pid;
}