0

I'm new to c++ and trying to debug a small personal project in codelite manjaro. But whenever i click on 'debug' it says "Failed to locate gdb! at 'gdb'".When i checked in the 'debugger options' as expected no debugger path was specified.I think the error is due to this.I even attached a screenshot.Please help me. debugger error screenshot

default-303
  • 361
  • 1
  • 4
  • 15

1 Answers1

0

Go to Setting--> Build Settings and confirm the path for Gdb. In Ubuntu for my case it is /usr/bin/gdb (you can actually traverse through the folder manually to see if the actual gdb file is there