sh [bash:vagrant中的调试节点] #bash scipts用于#development和#debug #nodejs在#vagrant机器中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [bash:vagrant中的调试节点] #bash scipts用于#development和#debug #nodejs在#vagrant机器中相关的知识,希望对你有一定的参考价值。

# debug 
# 1. give permission if necessary
sudo chown -R vagrant:vagrant /var/log/portal
# 2. stop the node process
sudo service portal stop
# 3. (optional) check if can run 
node portal.js -console -dev
# 4. node debug mode 
node --inspect=0.0.0.0 portal.js -console -dev
# then open chrome chrome://inspect. Then you can see the backend code.
# (optional) 如果在inspect上看不到master和worker,应该是防火墙的问题。用下面的语句:
sudo iptables -F
# if you want to call api directly: open chrome console: VC.api.call('monitoring/getEnterpriseMapDataInternal', {enterpriseId: 1}).then(console.log)

以上是关于sh [bash:vagrant中的调试节点] #bash scipts用于#development和#debug #nodejs在#vagrant机器中的主要内容,如果未能解决你的问题,请参考以下文章

linux下shell编程基础入门

sh bash严格模式和调试提示

shell中的source和直接执行sh的区别

使用vagrant搭建k8s节点三-----部署主节点

使用vagrant搭建k8s节点三-----部署主节点

sh 使用bash的节点安装脚本