Skip to content

Instantly share code, notes, and snippets.

View liamwhan's full-sized avatar

Liam Whan liamwhan

  • Australia
View GitHub Profile
@liamwhan
liamwhan / NodeDebugWinVS2017Setup.md
Last active November 22, 2022 06:57
How to setup Debugging Node.js C++ Add-on on Windows with Visual Studio 2017

How to setup Debugging Node.js C++ Add-on on Windows with Visual Studio 2017

This is a succinct step-by-step guide to setting up a debugging environment for Node.js C++ Addons.

It is based on this great article which goes into a lot more detail.

1. Build Node.js with Debug symbols enabled

NOTE: You'll need an archive utility that can handle gzip and tar extensions. I used 7-Zip