Error on Start Debugging

When I click on Start Debugging on Ubuntu, I get the following error:
launch: program ‘/home/user/Documents/Projects/AxeGame/build/Debug/outDebug’ does not exist.

This is my code:
#include “raylib.h”
int main()
{
InitWindow(600, 300, “Hello World”);
}

I tried copying the template folder again and now I get the error
Unable to start debugging. The value of miDebuggerPath is invalid.

I fixed it with sudo apt-get install gdb

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms