mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
log gotten PID
This commit is contained in:
parent
7c30ee1f38
commit
7dedd5871f
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ NSString *PCDBDebuggerStartedNotification = @"PCDBDebuggerStartedNotification";
|
||||||
|
|
||||||
- (void) setSubProcessId: (int)pid
|
- (void) setSubProcessId: (int)pid
|
||||||
{
|
{
|
||||||
|
NSLog(@"PCDebugger setSubProcessId: %d", pid);
|
||||||
subProcessId = pid;
|
subProcessId = pid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue