Bug#659166: gnat-gps: Could not launch the debugger

2012-02-11 Thread Ludovic Brenta
I've also reproduced the problem while running gnat-gps itself under gdb (!). The problem appears to be in g-expect.adb, which is part of libgnat-4.6.so. However I don't know yet if it is a bug in g-expect.adb or a bug in the way gnat-gps calls it. Thanks a lot for the workaround, I didn't know

Bug#659166: gnat-gps: Could not launch the debugger

2012-02-11 Thread Nicolas Boulenguez
Package: gnat-gps Version: 5.0-6 Followup-For: Bug #659166 Reproduced with $ rm -rf debug ~/.gps $ echo 'project Default is for Main use ("main.adb"); end Default;' > default.gpr $ echo 'procedure Main is begin null; end Main;' > main.adb $ gnat-gps then validate .gps creation and select debug-in

Bug#659166: gnat-gps: Could not launch the debugger

2012-02-08 Thread Stéphane LOS
Package: gnat-gps Version: 5.0-6 Severity: normal Dear Maintainer, Thank you for your work. After compiling the program in debug mode, which works fine, I am not able to get the debugger started from GPS. The command Debug>Initialize>application throws an error : Could not launch the debugger Al