Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the line number of js in js frame is wrong #364

Open
phantom9999 opened this issue May 13, 2020 · 0 comments
Open

the line number of js in js frame is wrong #364

phantom9999 opened this issue May 13, 2020 · 0 comments

Comments

@phantom9999
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant