You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Then open your browser at [http://localhost:9000](http://localhost:9000)
31
31
32
32
33
33
## Notes
34
-
By default this will grab the variables of the running program at the time you load/reload the python-objectviewer page. I like this for long-running programs that are running in an infinte loop; a quick refresh of this tool and it'll snapshot the current state without needing any modifications of the target program.
34
+
By default this will grab the variables of the running program at the time you load/reload the python-objectviewer page. I like this for long-running programs / those that are running in an infinite loop; a quick refresh of this tool and it'll snapshot the current state without needing any modifications of the target program.
35
35
36
36
If you want to capture the state more precisely you can do something like this in your target program:
0 commit comments