I am very new to VS Code and debug env. Tried launching game to window following game example only for “cppdbg” not supported error to popup.
Found squiddly under some parameters too, like :Property at stopAtEntry is not allowed
…and also cppdbg is not an option in terminal, all I see is the powershell. Trying to tinker with vscode-template from gitlab, using raylib. Am I using the wrong version combinations?
Ok, the newest version of Raylib changed the installation path for the compiler and debugger. Can you go into cpp_properties, launch, and tasks and update and change C:/raylib/mingw/bin to C:/raylib/w64devkit/bin ?
Also, you’ll want to redownload and reinstall Raylib. Some missing files in the installation where patched in.