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
- Host: GitHub
- URL: https://github.com/a7ul/basic-node-addon
- Owner: a7ul
- Created: 2018-07-04T14:01:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T14:20:46.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T02:22:20.201Z (2 months ago)
- Language: C++
- Size: 9.77 KB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !! 🌮