ariel
ariel

Reputation: 16140

Is there a way to link or export Visual Studio javascript breakpoints to Google Chrome?

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?

Upvotes: 1

Views: 238

Answers (1)

Pierre-Antoine LaFayette
Pierre-Antoine LaFayette

Reputation: 24412

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

Upvotes: 1

Related Questions