__acrt_first_block == header assertion when debugging native DLL in node.js app
I have a node.js app that uses a native DLL built using MSVC and cmake-js. When compiled in release mode everything works great. However, I have some issues on the native side I need to debug, and am unable to get a debug build to work.