-
Notifications
You must be signed in to change notification settings - Fork 78
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
missing filenames vs right line #102
Comments
@hoschi Can you create a minimal repo so that I can do some tests with mixed stacks? For now, try to use the options @davidpfahler The option |
@borela If we haven't supported this before, it's not a regression. In that case, there is not rush, although it would be cool, of course, to support mixed stacks. |
@borela I'll try the other devtools and report back. Minimal repo is hard to do, because I don't know/have an idea whats the cause for this and what parts of the original project I should put in the minimal repo. The original project is a really big and complex customer closed source project, so I can't point you to that directly :( |
@borela with |
@hoschi Please put the stack string and the method used like this. |
@borela here it is
|
@hoschi Thank you! In this line: Is the file |
@borela it can be downloaded, here a screenshot for |
@hoschi Can you create a minimal repo? I wasn't able to recreate mixed stacks like you have in |
After PR #94 I now have wrong line numbers when using
eval
, but filen ames for every step in the trace:with
cheap-module-source-map
I get right line numbers, but no file names for npm dependencies:on place 6: "NewsStreamListWidget" the error is in line 16. I tried also some other devtools, with the same result.
I tried version 1.4.1 and 1.4.2
The text was updated successfully, but these errors were encountered: