v8-mat icon indicating copy to clipboard operation
v8-mat copied to clipboard

Discuss: Is it possible to use such an algorithm to make a VSCode plugin?

Open chux0519 opened this issue 7 years ago • 2 comments

as the title says

chux0519 avatar Jul 13 '18 10:07 chux0519

What would the VSCode plugin do? If it's a plugin that runs on .heapsnapshot files and displays the leak suspect report then it's certainly doable, but do note that any sophisticated UI for heap snapshot nativation may require a significant amount of work (see the heap snapshot code in the Chromium DevTools frontend).

joyeecheung avatar Jul 13 '18 10:07 joyeecheung

By the way the Chromium DevTools used to have a dominator tree view that basically does part of the job of Eclipse's MAT, but it was removed and the request for bringing it back has been closed without action plans: https://bugs.chromium.org/p/chromium/issues/detail?id=616504 Although AFAIK there are plans to improve the Memory panel of the DevTools in 2018 Q3.

joyeecheung avatar Jul 13 '18 10:07 joyeecheung