Windows: Visual Studio
Setup
Right-Click on world project and choose “Properties”
Navigate to “Configuration Properties” -> “Debugging” and set the “Working Directory” to the folder you world.exe is.
Right-Click on world project and set the project as startup project:
Start the world project in debugging mode by pressing ““F5” in your active msvc window.
Using break points
If you like to try check a function step by step you can set “break points” like this:
If the programm hit that point it stops and you can investigate the variables and values.