I'm having trouble using gdb (Debugger) on MacOS High Sierra. With the help of
and several others (thanks!!) I have already collected the information required to fix the problem:
- The basic problem is that you have to sign the code with a certificate.
- I already created a certificate
- The gdb I'm currently using is 7.10. This version will not work, according to the sources, but it is not mentioned, why. The latest gdb version 8.1 is not working because of a bug, so version 8.0.1 is recommended.
I'm using Gnat Programming System (GNAT Community edition 2018 downloaded from AdaCore). The gdb version included in that package is 7.10.
Here is my specific problem: Before I even try myself, does anybody have experiences installing the gdb 8.0.1 in parallel with the GPS package? (Please note that I already had some trouble mixing GPS with separately installed gnat packages on my Linux System).
Or alternatively: Why does the gdb 7.10 version not work? To give it a try, I made the attempt to sign this version, but got the error message: "Already signed".