views:

27

answers:

1

In VS i can set breakpoints on javascript code, which are correctly interpreted while debugging with IE.

Is there a way to do this with Google Chrome?

+1  A: 

Use the Developer tools (Ctrl+Shift+i) in Chrome to debug JavaScript code. See the Scripts tab.

Pierre-Antoine LaFayette
sure, but i have to re-set the breakpoints every time, right ?
bortao
it should remember the breakpoint. that's the point of having breakpoints, no?
Pierre-Antoine LaFayette