o
odinpkg.dev
packages / library / Odin-Starter

Odin-Starter

fb4c5d0library

Odin starter template for vs-code (incl. memory leak detection)

No license · updated 2 years ago

Odin-Starter

Odin starter template for vs-code (incl. memory leak detection)

How to run

run: odin run .

How to debug

  • 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)

FAQ

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.