Skip to content

Commit b1a41b9

Browse files
committed
Fix autoload command in docs
1 parent eb197c4 commit b1a41b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/debugger.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To load the pretty printer, add the following line to your `.gdbinit`:
2525

2626
[source]
2727
----
28-
python exec(open("/path/to/decimal/extra/decimal_printer_gdb.py").read())
28+
source /path/to/decimal/extra/decimal_printer_gdb.py
2929
----
3030

3131
or you can source it manually in GDB:

0 commit comments

Comments
 (0)