如何使用 google Chrome Dev tool for eclipse 调试 javascript
我已经在 eclipse 中安装了 Google chrome 开发工具插件。 当我选择通过 chromium javascript(新配置)进行调试时,它要求我在浏览器中选择一个选项卡。并打开java调试视角。 但浏览器选项卡中没有任何反应。
I have installed Google chrome dev tool plugin in eclipse.
when i select debug as through chromium javascript (new configuration) it ask me to select a tab in browser. and open java debug perspective.
but nothing happen in browser tab.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“项目资源管理器”中,查看新的临时项目(图标上带有 chrome 徽标),其中包含选项卡中的所有脚本。您可以在那里设置断点作为开始。
您还可以将调试会话与真实的源文件链接(现在有点棘手):
Wiki 上的“源映射”
In "Project explorer" see new temporary project (with chrome logo on icon) that holds all scripts from the tab. You can set breakpoint there for a start.
You also can link debug session with real source files (it's a bit tricky now):
'Source Mapping' on wiki