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
Ctrl + Shift + I will open Chrome's Developer's Tools. Or (Chrome v9): Options -> Tools -> Developer Tools. Ctrl + Shift + J is a keyboard shortcut for the Javascript console.
Under the Scripts tab, you can click on the line number to set a breakpoint.