To setup debugging for Odin programs on Windows with VsCode follow these steps:
- make sure you have the C/C++ extension pack (VsCode extension) installed
- create a
.vscodefolder at the root of your Odin project - copy the
launch.jsonandtasks.jsoninto it - click on the debug tab in VsCode, then click on the debug button at the top (or press F5)