basic-node-addon
basic-node-addon copied to clipboard
An example repo to help explain debugging c++ nodejs addons using vscode
Basic node addon
This example is to help explain debugging in VSCode for C++ based NodeJS addons.
The actual blog post is at:
https://medium.com/@atulanand94/debugging-nodejs-c-addons-using-vs-code-27e9940fc3ad
Requriements:
- Node v10
To Run
-
git clone this repo
-
npm install
-
npm run rebuild:dev
-
npm run start
Hope this helps someone !! 🌮