|
|
|
|
|
by 0000000000100
950 days ago
|
|
You can do some solid debugging with NodeJS if you use the VSCode dev tools. Just add it as a debugging option and you can add breakpoints and step through functions. Works pretty great, JavaScript is pretty nice to debug since everything is incapsulated inside an object for the most part. |
|