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

Show the complete error output #54

Open
igor-simoes opened this issue Jul 13, 2018 · 0 comments
Open

Show the complete error output #54

igor-simoes opened this issue Jul 13, 2018 · 0 comments

Comments

@igor-simoes
Copy link

Hi everyone,
any chance to add a feature that shows the complete stack output?
In some cases, I must to check if an issue violate an internal function or a test condition.

Example with eshost: $> eshost test.js

#### V8
RangeError: Offset is outside the bounds of the DataView

Example with V8 binary: $> ./v8 test.js

RangeError: Offset is outside the bounds of the DataView
    at DataView.getInt8 (<anonymous>)
    at test (.../test.js:6:13)
    at test.js:10:6

In second example we know that it was violated a pre-condition of DataView.getInt8 .
Maybe the arg "--stack" can show to the user the stack output of each engine.

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