-
Notifications
You must be signed in to change notification settings - Fork 212
Debugging Web Apps: Stacktrace/Mapping seems broken #1525
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
Comments
Not sure if that's applicable to this log output, but there was a comment in a similar angular issue about turning on custom formatters for in Chrome Dev Tools: angulardart/angular#1367 (comment) |
@nilsdoehring can you confirm if enabling the custom formatter fixes this issue for you? |
Enabling it does not fix it for me unfortunately. When I ran it in Firefox, it output a warning in the console;
|
Update; removing |
@natebosch Do you want to track IDE issues here or elsewhere? |
@jwren - where is the best place to track IntelliJ issues like this one? |
In YouTrack, when @nilsdoehring opened the issue he included a link to https://youtrack.jetbrains.com/issue/WEB-33172 |
Sounds good, we'll track there. We can reopen this issue if we need any changes on the build side. |
SGTM. Are we sure then that the source maps are all correct from the DDC side? |
I think we're confident with them. We have some tests for source maps and things seem to be working in the browser once the config is set up. |
When debugging a web app that is producing cast errors at runtime, a user would expect that:
What happens instead?
What steps will reproduce the problem?
Screenshot 1

Screenshot 2 (Chrome console)

IDEA EAP 2018.2
Dart SDK 2.0.0-dev.60.0
build_runner: ^0.8.9
build_test: ^0.10.2
build_web_compilers: ^0.4.0+3
OSX, Chrome
Also reported in Jetbrains YouTrack as WEB-33172
The text was updated successfully, but these errors were encountered: