1

I was trying to debug a c++ program in Code::Blocks, but it didn't work and gave me this message: "ERROR: You need to specify a debugger program in the debugger's settings. (For GCC compilers, it's 'gdb' (without the quotes))" When I opened the debugger settings, I found the debugger path empty and don't know what its path. Anyone has an idea about where can I found the debugger file. Note: I use Manjaro Linux

1 Answer 1

0

The Error appeared because I hadn't installed the GDB, after I install it the debugger path automatically set as "/usr/bin/gdb".

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.