Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 12 and Version 13 of code/tools/Debugging


Ignore:
Timestamp:
May 21, 2013, 3:00:56 PM (11 years ago)
Author:
smerkli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/Debugging

    v12 v13  
    3030    paramList.insert(StringPair("x11_mouse_hide", "true"));
    3131}}}
    32 Change all the 'true' values to 'false' here to disable mouse/keyboard grabbing
     32Change all the values from "true" to "false" here to disable mouse/keyboard grabbing
    3333altogether. This makes the game awkward to play, but when it runs into a breakpoint,
    3434you can freely move your mouse focus out of the game and into the GDB window.