开发者

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

开发者 https://www.devze.com 2023-01-22 06:23 出处:网络
In VS i can set breakpoints on javascript code, which are correctly in开发者_如何学JAVAterpreted while debugging with IE.

In VS i can set breakpoints on javascript code, which are correctly in开发者_如何学JAVAterpreted while debugging with IE.

Is there a way to do this with Google Chrome?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消