I\'m using chrome for a new website, and I\'m doing some javascript debugging.
One of my favorite techniques to debug nested expressions is to put a breakpoint, enter an exp
You can also try right clicking on the page and choosing "Inspect Element" which should open the developer tools for you. Then you can click the Scripts tab like Harmen said.