Skip to content

Commit 39f080f

Browse files
Added notes to the README
1 parent 42dc744 commit 39f080f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ e.g. a string, and see the value:
4646

4747
![mousing over a variable in the debugger and seeing the value contained in the variable](images/debugger-mouseover-str.png)
4848

49+
You'll notice, however, if you mouseover `people[0].name`, that it does not show the name of the first person
50+
(perhaps the `nim3.py` script could be modified to support this).
51+
4952
## Notes
5053

5154
GDB can be extended with Python, and it seems that there are two scripts (written by others) for doing this:

0 commit comments

Comments
 (0)