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?
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.
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.