Debugging Node.js core : lldb
Here we level up on Node.js core debugging. This time we will use lldb. Anyone coding in C++ most likely have used a debugger at some point in time. Dependin...
Here we level up on Node.js core debugging. This time we will use lldb. Anyone coding in C++ most likely have used a debugger at some point in time. Dependin...
These days I have been taking optimizing my work pretty seriously. One can only get as far with half-baked workflow.
Up to this point printing variable content on screen, as I digged into Node.js internals, was sufficient. I wrote a bit about how variables in V8 were stored...
This is a short post about a few key internals of V8 and the way that the JavaScript variables are handled in the C++ code.
Outreachy & Node.js Outreachy is an amazing initiative providing underrepresented communities in tech an opportunity to get involved in FOSS. Participati...