You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user triggers a pause of a web app, we sometimes can pause in JS code instead of Dart code. One solution would be to continue stepping until we reach a Dart frame. Another solution would be to expose the JS frames to the debugging client.
The text was updated successfully, but these errors were encountered:
Spinning off from flutter/devtools#5287
When a user triggers a pause of a web app, we sometimes can pause in JS code instead of Dart code. One solution would be to continue stepping until we reach a Dart frame. Another solution would be to expose the JS frames to the debugging client.
The text was updated successfully, but these errors were encountered: