Open liudonghua123 opened 4 years ago
This worked for me Go to inspect -> settings gear -> Uncheck 'enable javascript source maps' and 'enable css source map'. Refresh.
worked for me as well...... thanks.
This worked for me as well Go to bed -> wake up -> forget about this problem
o the poi
solved bro, thanks
Worked for me as well Thanks
This worked for me
Go to inspect -> settings gear -> Uncheck 'enable javascript source maps' and 'enable css source map'.
Refresh.
This just gets rid of the error, but doesn't solve the issue. If you uncheck the JS and CSS source maps then you are forced to debug within the potentially minified or transpiled (if using TS) JS, which is not what you want to be doing. I feel like this might be fine for some, but for others it would be nice to have a path forward to actually be able to utilize the source maps for their intended purpose: debugging.
For me it was an issue with my 'sass-loader' webpack configs, basically I was setting sourceMapContents: false
which caused that issue to happen, removing that option made the source map working again!
Thank you for taking the time to file an issue!
This tracker is for issues related to:
I followed the instructions on https://dart.dev/tutorials/web/get-started, https://dart.dev/web/debugging. And when I opened the configured chrome devtools, refresh the page. Then the console log the following warnings.
I can set breakpoint in dart code in source panel. The debugger stopped at the breakpoint, However the types of variable can't shown.
This is the console of
webdev serve
.This is the chrome devtools setttings.