-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
折腾了2个小时,还是没有搞定如何断点调试 egg.js #751
Comments
。。。 webstorm 的写在文档那边了,没看到? vscode 的用 @okalala 写的插件 |
Node: v7.9.0 Webstorm 的控制台输出如下:
|
Webstorm 可以直接在 index.js 右键点调试. 我感觉有时候会进不了断点,关了调试重新点启动再试一次就可以了. |
@yandongxu |
@okoala 可以加到调试文档里去 |
@popomore OK |
@yandongxu 只有这么点日志?看日志是 master 启动 debug 端口是 49731, agent 也启动了,端口是 5856,然后 worker 没看到日志了。 启动脚本改为: |
vs code market 里有一个叫 egg.js dev tools 的东西,这个应该也可以吧? |
package.json
output
|
@okoala 按文档上来了一遍,报错如下: Vs Code 调试控制台:
Terminal:
|
WebStorm 的那个我试了下, 可以复现,还是 WebStorm 在 Node 7.x 的问题,用 Node 6.x 就可以。 |
@yandongxu vscode 的那个,从你的看来是 egg 没开启 debug,贴下 egg 的启动日志。 |
|
https://eggjs.org/zh-cn/core/development.html#使用-webstorm-进行调试 这里有写的。 @okoala 看你 README 那边是不是漏了 |
WebStorm 那个,要不你用 6.x,要不就是去 WebStorm 那边提 issue: |
@yandongxu 把启动配置也加到vscode的launch.json里是最好的了,一键启动+调试 |
可以出一个支持Atom的调试文档? |
atom 啊,@fengmk2 |
不要 at 我们,我们都是 console 调试的 |
不要再问调试的事情了,自己解决 |
试了 Webstorm 和 VS Code,看遍 Issues 也没搞定断点调试。。。
好伤啊
The text was updated successfully, but these errors were encountered: