along with some imported modules.
When my hash was populated completely (and should be constant afterwards), I wanted to see where and when
changed unexpectedly. But using a watchpoint
in the debugger led to a lot of unwanted breaks: each time the package/module scope changed the visibility of
changed also, of course.
Has anyone solved this problem of how to ignore breaks from visibility/scope changes?