Created
December 6, 2016 22:41
-
-
Save matthewjberger/73cffc9206e88ef9287b3db645363acd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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