llnode icon indicating copy to clipboard operation
llnode copied to clipboard

the line number of js in js frame is wrong

Open phantom9999 opened this issue 5 years ago • 0 comments

there is something wrong with the line number of js, when i use 'v8 bt' to find while line do coredump. for example, while run this file, node coredump:

1.  function aa() {
.
.
12.    // coredump
.
.
.
}

use 'v8 bt', it will show node coredump at the line of function(line 1) not the line of running(line 12)

phantom9999 avatar May 13 '20 09:05 phantom9999