Fix gdbinit name

This commit is contained in:
Michael Droogleever Fortuyn
2019-11-30 20:51:54 +01:00
parent 254312a988
commit 6ed3b08955

View File

@@ -157,7 +157,7 @@ set print asm-demangle on
# Load your program, breaks at entry
load
# (optional) Add breakpoint at function
break rustled::main
break main
# Continue with execution
continue
```