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 100 forks source link

Inspect Promises #237

Closed mmarchini closed 4 years ago

mmarchini commented 6 years ago

Promises have a separate type (just like JSError). We need to add metadata on V8 for that and use it on llnode.

image 2

mmarchini commented 4 years ago

We should still improve the overall Promise experience (show some internal fields), but this specific issue was implemented a while back.