Author: rmottola
Date: Thu Mar 17 16:21:11 2016
New Revision: 39557

URL: http://svn.gna.org/viewcvs/gnustep?rev=39557&view=rev
Log:
warn if no debugger found

Modified:
    apps/projectcenter/branches/ptyview_with_pipes/Framework/PCProjectLauncher.m

Modified: 
apps/projectcenter/branches/ptyview_with_pipes/Framework/PCProjectLauncher.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/branches/ptyview_with_pipes/Framework/PCProjectLauncher.m?rev=39557&r1=39556&r2=39557&view=diff
==============================================================================
--- 
apps/projectcenter/branches/ptyview_with_pipes/Framework/PCProjectLauncher.m    
    (original)
+++ 
apps/projectcenter/branches/ptyview_with_pipes/Framework/PCProjectLauncher.m    
    Thu Mar 17 16:21:11 2016
@@ -284,6 +284,8 @@
                            fileName: [executablePath 
stringByDeletingLastPathComponent]];
   [debugger debugExecutableAtPath: executablePath
            withDebugger: gdbPath];
+  if (!debugger)
+    NSLog(@"No debugger module found");
 
   // turn debug button off...
   // [debugButton setState:NSOffState];


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to