We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前 --inspect-brk 选项无法支持自定义 ip 和 port,对于一些需要开启远程调试或者定制端口的场景,无法满足需求。
能够支持形如egg-bin dev --inspect-brk=0.0.0.0:9999 指定 debugger 的 ip 和 port 的配置方式。
egg-bin dev --inspect-brk=0.0.0.0:9999
参考 nodejs 的 options:https://nodejs.org/en/learn/getting-started/debugging#enabling-remote-debugging-scenarios
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现状:
目前 --inspect-brk 选项无法支持自定义 ip 和 port,对于一些需要开启远程调试或者定制端口的场景,无法满足需求。
期望:
能够支持形如
egg-bin dev --inspect-brk=0.0.0.0:9999
指定 debugger 的 ip 和 port 的配置方式。参考 nodejs 的 options:https://nodejs.org/en/learn/getting-started/debugging#enabling-remote-debugging-scenarios
The text was updated successfully, but these errors were encountered: