Please note, you can use any Node.js debugger you prefer with Profound.js; however, this walk-through illustrates using VS Code, as it is one of the more popular and easy to use debuggers for Node.
The first step is to install Profound.js onto your local machine by using 'npm install profoundjs
'. Click here for more detailed installation instructions.
What is and why VS Code?
VS Code is a cross-platform, multi-language code editor. With inline IntelliSense, debugging support for multiple languages, inline git support and an extensible API for plugins, it's the editor that has no boundaries.
...