in reply to debugger watchpoint behavior

This suggests creating a temporary global reference to your variable and "watching" that.

Replies are listed 'Best First'.
Re^2: debugger watchpoint behavior
by hexcoder (Curate) on May 27, 2024 at 16:09 UTC
    Thanks, I tested the tip from stackoverflow using a watch with a hash reference in a global variable, and it seemed to work!
    BTW: I think this useful technique should be known more!