Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DevTools 地址的协议名称需要修改: chrome-devtools 改为 devtools #4577

Closed
xuchaobei opened this issue Jan 16, 2021 · 5 comments
Closed

Comments

@xuchaobei
Copy link

npm run debug 启动程序时,控制台输出的 DevTools 地址的协议名称,如下所示,应该由 chrome-devtools 改为 devtools,chromium 2020年3月已经做了修改

Debug Proxy online, now you could attach to 9999 without worry about reload.
DevTools → chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9999/__ws_proxy__

现在在chrome浏览器中直接使用 chrome-devtools 作为协议名,将会被视为搜索关键词,无法打开正确的调试页面。

@saitoChen
Copy link

same issuse

@atian25
Copy link
Member

atian25 commented Apr 21, 2021

来个 PR 吧,egg-bin 那边

@xuchaobei
Copy link
Author

xuchaobei commented Jul 7, 2021

来个 PR 吧,egg-bin 那边

追了一下,是 egg-bin 依赖的包 inspector-proxy 的问题。已经有人提了 PR 了,但是貌似这个项目已经很久没更新了。

@whxaxes
Copy link
Member

whxaxes commented Jul 7, 2021

@xuchaobei 之前没留意,我来合一下

@whxaxes
Copy link
Member

whxaxes commented Jul 7, 2021

已经合了,发版本了 1.2.2 ...

hyj1991 added a commit to eggjs/bin that referenced this issue Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants