diff --git a/Framework/PCProjectLauncher.m b/Framework/PCProjectLauncher.m index 08d7e83..fb161e1 100644 --- a/Framework/PCProjectLauncher.m +++ b/Framework/PCProjectLauncher.m @@ -284,6 +284,8 @@ enum { fileName: [executablePath stringByDeletingLastPathComponent]]; [debugger debugExecutableAtPath: executablePath withDebugger: gdbPath]; + if (!debugger) + NSLog(@"No debugger module found"); // turn debug button off... // [debugButton setState:NSOffState];