You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Valgrind to detect memory leaks in my C/C++ code so I'm wondering if it'd be possible to do the same to my C++ code that I write to create bindings to my Node.js code. Downloading Node.js from source and building it with debug flag and then using Valgrind would be a reasonable option?
Also would be possible to integrate it with IDE like CLion? It'd definitely be something else.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Don't know about IDE integration either, but I can confirm that I've used valgrind with Node.js and addons (for example in nodejs/node#26667). I did use --debug but even without that I got useful data.
I use Valgrind to detect memory leaks in my C/C++ code so I'm wondering if it'd be possible to do the same to my C++ code that I write to create bindings to my Node.js code. Downloading Node.js from source and building it with debug flag and then using Valgrind would be a reasonable option?
Also would be possible to integrate it with IDE like CLion? It'd definitely be something else.
Thank you in advance.
The text was updated successfully, but these errors were encountered: