Skip to content

Instantly share code, notes, and snippets.

@warewolf
Created February 19, 2015 23:37
Show Gist options
  • Select an option

  • Save warewolf/c0f52063217468c8645c to your computer and use it in GitHub Desktop.

Select an option

Save warewolf/c0f52063217468c8645c to your computer and use it in GitHub Desktop.
Don't Starve Together GDB script for running on a different display
file /usr/lib/libSDL2-2.0.so.0
file "/home/warewolf/.local/share/Steam/steamapps/common/Don't Starve Together Beta/bin/dontstarve_steam"
set breakpoint pending on
define MTFNPY
step 6
finish
step 4
set variable displaydata.screen=3
disable
detach
end
break X11_CreateWindow
command
MTFNPY
end
run
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment