我现在用node做一个人微信公众号的开发,我用的是新浪云服务器,代码用git上传到新浪云服务器上了,调试在哪里调试呀?
升级到新版本的nodejs
node --inspect index.js
然后浏览器打开远程调试地址
我最喜欢的就是上文档
https://nodejs.org/api/debugg...
V8 Inspector Integration for Node.js#
NOTE: This is an experimental feature.V8 Inspector integration allows attaching Chrome DevTools to Node.js instances for debugging and profiling.
V8 Inspector can be enabled by passing the --inspect flag when starting a Node.js application. It is also possible to supply a custom port with that flag, e.g. --inspect=9222 will accept DevTools connections on port 9222.
To break on the first line of the application code, provide the --debug-brk flag in addition to --inspect.
如果你的代码上到服务端了,你把相应的端口转发出来就行了
10 回答11.3k 阅读
5 回答4.9k 阅读✓ 已解决
4 回答3.2k 阅读✓ 已解决
2 回答2.8k 阅读✓ 已解决
3 回答2.4k 阅读✓ 已解决
3 回答2.2k 阅读✓ 已解决
2 回答2.7k 阅读✓ 已解决
新浪云node容器吗?
我用了一段时间,也是微信公众号。不过成本有点高。
本地调试的话用花生壳做映射,然后公众号url地址填花生壳给你分配的域名即可。
什么工具无所谓,反正主要是把你本地映射到公网就ok