Skip to content

Commit d2a2d99

Browse files
Added note about updating the python script
1 parent 4a07a39 commit d2a2d99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ After pressing [enter], you should see success:
4242
![load nim-gdb.py success](images/debug-console-load-nim-gdb.png)
4343

4444
Note: The `nim-gdb.py` script was copied from [here](https://github.com/nim-lang/Nim/blob/master/tools/nim-gdb.py),
45-
and exists in the `bin/` directory simply to reduce the number of steps in setting this up.
45+
and exists in the `bin/` directory simply to reduce the number of steps in setting this up. It might be a good
46+
idea to update your local copy of this file with the official latest file from the repository.
4647

4748
If running the Python pretty-printing script succeeds, you should be able to mouse over a variable,
4849
e.g. a string, and see the value:

0 commit comments

Comments
 (0)