Changes between Version 12 and Version 13 of code/tools/Debugging
- Timestamp:
- May 21, 2013, 3:00:56 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/Debugging
v12 v13 30 30 paramList.insert(StringPair("x11_mouse_hide", "true")); 31 31 }}} 32 Change all the 'true' values to 'false'here to disable mouse/keyboard grabbing32 Change all the values from "true" to "false" here to disable mouse/keyboard grabbing 33 33 altogether. This makes the game awkward to play, but when it runs into a breakpoint, 34 34 you can freely move your mouse focus out of the game and into the GDB window.