X Tutup
The Wayback Machine - https://web.archive.org/web/20201222034034/https://github.com/nodejs/llnode/issues/364
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

@phantom9999 phantom9999 commented May 13, 2020

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup