egg-bin debug启动不能指定hostname,默认是node-inspecter的 127.0.0.1,这里能否透传参数支持0.0.0.0的自定义。这样可以和java统一下,我们云平台调试方便。
请使用 npm init egg --type=simple bug 创建,并上传到你的 GitHub 仓库
npm init egg --type=simple bug
*操作系统:*Node 版本:*Egg 版本:
yyyllmsg1#
麻烦评估下可行性,本人对egg生态源码不是特别了解,初步看egg-clustor里只使用了port。
if (this.options.isDebug) opt.execArgv = process.execArgv.concat([ `--${semver.gte(process.version, '8.0.0') ? 'inspect' : 'debug'}-port=${debugPort}` ]);
希望可以只是debug时hostname的自定义支持。
1条答案
按热度按时间yyyllmsg1#
麻烦评估下可行性,本人对egg生态源码不是特别了解,初步看egg-clustor里只使用了port。
希望可以只是debug时hostname的自定义支持。