Front-end - How to debug nodejs code in sublime
迷茫
迷茫 2017-06-05 11:13:41
0
3
709

When writing js code to debug, you can console.log or break points in the browser;
But when nodejs code is used to obtain database data, how is this code debugged?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(3)
我想大声告诉你

Please download vscode, which comes with node debugging tool

大家讲道理

To be honest, I used vscode. I also used sublime before, but later I fell in love with vscode. It looks good and is easy to use. And you can debug node. You can also preview md files. . You won’t regret using it, trust me.

漂亮男人

There is a software called SublimeText-Node.js. After downloading and configuring it, press ctrl+b to debug it. This way you can debug in the lower part of sublime text.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!