mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
Merge branch 'DebuggerRefactor' of github.com:gnustep/apps-projectcenter into DebuggerRefactor
This commit is contained in:
commit
9a6dbe89c8
3 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ NSString *PCDBDebuggerStartedNotification = @"PCDBDebuggerStartedNotification";
|
|||
|
||||
- (void) setSubProcessId: (int)pid
|
||||
{
|
||||
NSLog(@"PCDebugger setSubProcessId: %d", pid);
|
||||
subProcessId = pid;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue