An open API service indexing awesome lists of open source software.

https://github.com/a7ul/basic-node-addon

An example repo to help explain debugging c++ nodejs addons using vscode
https://github.com/a7ul/basic-node-addon

Last synced: about 1 month ago
JSON representation

An example repo to help explain debugging c++ nodejs addons using vscode

Awesome Lists containing this project

README

        

# 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**

1. `git clone this repo`
2. `npm install`
3. `npm run rebuild:dev`
4. `npm run start`

Hope this helps someone !! 🌮