CodeLobster IDE provides a built-in debugger for your NodeJS application, that works similar to PHP or JavaScript debugger. Debugging session is available only during a Live View for HTML files with JavaScript. You have to run Node.js server to start Node.js debugger.
Tip | |
---|---|
Before proceeding with any of the debugging scenarios, you need to configure NodeJS debugger. |
CodeLobster IDE enables the following features for NodeJS debugger:
Handling the debugging process using Debug toolbar or hotkeys: Functions Step Into (F11), Step Over (F10), Stop Debug (Shift + F5).
Useful debugging tools: