can a Javascript debugger do "when this variable is read", break point there, like a C / C++ debugger?
I am calling some library function, and deep down, it is finally do something with that argument, and instead of manually finding where it is actually using that value, can i say, stop the code when the variable is accessed?