karl-zylinski / odin-raylib-hot-reload-game-template

An Odin + Raylib game template with Hot Reloading pre-setup
MIT License
150 stars 18 forks source link

Added VS Code tasks (including debugging support) #2

Closed alfredbaudisch closed 4 months ago

alfredbaudisch commented 4 months ago

Added VS Code tasks, as well a new build script build_debug.bat for debugging with VS Code.

Tasks

Debug

Added a task for debugging the project, with breakpoint support (even the core library and raylib can be debugged alongside the project code, for example). Requires the CodeLLDB extension.

image

Hot Reload

Build, run and rebuild with Ctrl+B. Or Command Palette -> Task: Run Build Task.

image

karl-zylinski commented 4 months ago

Thank you! Great job