How to debug under windows
From Rigs of Rods Wiki
This short guide describes the changes required to be able to debug under Windows.
- Switch your build-type to "RelWithDebug".
- Select RoR in the solution explorer and right click and click on "select as startup project".
- Set some breakpoints in the code you want to debug: press F9.
- Build the project and hit F5 to run it.


(gold)
(silver)
(bronze)

