Skip to content

Instantly share code, notes, and snippets.

@matthewjberger
Created December 6, 2016 22:41
Show Gist options
  • Save matthewjberger/73cffc9206e88ef9287b3db645363acd to your computer and use it in GitHub Desktop.
Save matthewjberger/73cffc9206e88ef9287b3db645363acd to your computer and use it in GitHub Desktop.
python
print "---- Loading Rust pretty-printers ----"
sys.path.insert(0, "C:/Users/Matth/Home/rust/src/etc")
import gdb_rust_pretty_printing
gdb_rust_pretty_printing.register_printers(gdb)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment