0

I keep getting the Unable to start debugging. The value of miDebuggerPath is invalid error in vs-code when trying to run my hello world c program.

I was suggested to run sudo pacman -S gdp however that returns an error: error: target not found: gdp

my launch.json:

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": []
}
excal.rs
  • 43
  • 8

1 Answers1

0

gdb was not installed and the error was because of a missread

excal.rs
  • 43
  • 8
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Oct 19 '22 at 20:28