如何使用visual studio code debug node js
使用Visual Studio Code编写NodeJS, 首先要掌握如何debug。在visual studio code 里,只要按F5
就可以了。更多详情,参考 https://code.visualstudio.com/docs/editor/debugging 。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Ryan Miao的博客!
评论
使用Visual Studio Code编写NodeJS, 首先要掌握如何debug。在visual studio code 里,只要按F5
就可以了。更多详情,参考 https://code.visualstudio.com/docs/editor/debugging 。