cpp node addon 源码
使用NAPI的基本C ++节点插件 此示例旨在帮助解释VSCode中基于C ++的NodeJS插件的调试。 #Requriements:a)安装lldb扩展以在vs代码中进行调试。 b)节点v10 #跑步 git clone this repo npm install npm run rebuild:dev npm run start #要调试,请在Visual Studio代码项目launch.json中添加以下内容 { "version": "0.2.0", "configurations": [ { "type": "lldb",
下载地址
用户评论