Skip to content

Commit 8f23a7e

Browse files
committed
wip
1 parent 7b86782 commit 8f23a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Then open your browser at [http://localhost:9000](http://localhost:9000)
3131
 
3232

3333
## Notes
34-
By default this will grab the variables of the running program at the time you load/reload the python-objectviewer page.
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.
3535

3636
If you want to capture the state more precisely you can do something like this in your target program:
3737

0 commit comments

Comments
 (0)