nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 99 forks source link

llnode don't support nodejs v12 #328

Closed phantom9999 closed 4 years ago

mmarchini commented 4 years ago

https://github.com/nodejs/llnode/pull/318 have most of the changes needed for llnode to work with future v12 releases (we still need https://github.com/nodejs/node/pull/30870 to be merged and released on Node.js v12, otherwise llnode won't have enough information to reverse engineer v12 core dumps/memory)

mmarchini commented 4 years ago

Closing as llnode 3.0.0 supports Node.js v12.x