How to add a variable or expression on a watch list in debugger?
Hi, I would like to use built-in JS debugger without installing FireBug. Unfortunately, I can see only "list of all variables and objects" on the right side of the internal debugger. I cannot find a way, how to add my own variable or expression. Is it possible?
Marek
Hi, I would like to use built-in JS debugger without installing FireBug. Unfortunately, I can see only "list of all variables and objects" on the right side of the internal debugger. I cannot find a way, how to add my own variable or expression. Is it possible?
Marek
All Replies (1)
It is not currently possible to have watch expressions.