Odin starter template for vs-code (incl. memory leak detection)
run: odin run .
- make sure you have the C/C++ extension pack (VsCode extension) installed
- click on the debug tab in vs-code, then click on the debug button at the top (or press F5)
Q: When I start debugging, I get the following error popup: Configured debug type 'cppvsdbg' is not supported.
A: Make sure you have the C/C++ extension pack installed. If it is already installed, try reinstalling it.