将 Chrome 调试器连接到文本编辑器

发布于 2024-11-09 21:45:12 字数 123 浏览 4 评论 0原文

image

当我单击指向文件的堆栈跟踪链接时,是否有某种方法可以让 chrome 启动我的文本编辑器: // 网址?

image

Is there some way to get chrome to launch my text editor when I click on a stack trace link pointing to a file:// url?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

疑心病 2024-11-16 21:45:12

如果你的文件比较多,可以尝试基于Eclipse的项目:
http://code.google.com/p/chromedevtools/

如果您成功设置源查找,您将让调试器逐步遍历您的工作文件并进行实时编辑。
与 JSDT 或 Aptana 一起安装,这可能非常有用。

然而你只会得到 JS 调试器,不支持 DOM 树。

If you have relatively many files, you could try the Eclipse-based project:
http://code.google.com/p/chromedevtools/

If you manage to set up source lookup, you will have debugger stepping over your working files and live editing.
Together with JSDT or Aptana installed this may be quite usable.

However you will get only JS debugger, DOM tree is not supported.

蹲在坟头点根烟 2024-11-16 21:45:12

目前实现这一点的唯一方法是修改 DevTools 前端代码(它是 HTML+JavaScript,所以应该不会太难)来自定义链接点击处理。有一个针对此功能的 WebKit 功能请求:https://bugs.webkit.org/show_bug .cgi?id=51526

At the moment the only way to achieve this is to modify DevTools front-end code(it's HTML+JavaScript so it shouldn't be too hard) to customize link clicks handling. There is a WebKit feature request for this functionality: https://bugs.webkit.org/show_bug.cgi?id=51526

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文