You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
use 'v8 bt', it will show node coredump at the line of function(line 1) not the line of running(line 12)
The text was updated successfully, but these errors were encountered: