How to debug under windows

From Rigs of Rods Wiki

Jump to:navigation, search

This short guide describes the changes required to be able to debug under Windows.

  1. Switch your build-type to "RelWithDebug".
  2. Select RoR in the solution explorer and right click and click on "select as startup project".
  3. Set some breakpoints in the code you want to debug: press F9.
  4. Build the project and hit F5 to run it.