log gotten PID

This commit is contained in:
Riccardo Mottola 2021-07-19 02:03:34 +02:00
parent 7c30ee1f38
commit 7dedd5871f

View file

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