Is there a way to debug _which code_ is changing a `ref`?
Hello I have a
watch
er on a ref
, I noticed that when I change a value of it, after some delay it gets reset to the previous value.
I am so far struggling to understand what is changing this value. Any debugging tool I could use?5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I had a watcheffect buried down in a child @selemondev
But my question was more general tbh
Had the same problem, temporarily did this and looked at the call stack. Not ideal, but...
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
It'll be still visible at the breakpoint catch