I am tracing an extensive and minified JS script on a live website and I am wondering, if there is perhaps a better way to find pieces of information that I am looking for, than stepping through the code or traversing call stacks.
Is there a way to set a breakpoint when a certain string or integer value is assigned to any variable?
This would help me find the section of the script that I wish to debug, without having to know the variable name.