Hi all,
I have an awkward bug I'm trying to understand and I'm missing something in my toolbox. Is there any way of monitoring a variable for changes made to it? For example, I have a pointer type and I want a debugger to break whenever its value (ie. what it points to) changes.
I call this a "watch" but I believe it's sometimes referred to as a "data breakpoint".
I've looked at delve and can't see anything like it. I've had a quick look at VSCode and Goland and I can't see anything there either. Is there anything I've missed?
Help
Stephen Illingworth.