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
Breakpoints break in wrong location in unnamed extensions: FrameComputer: Error calculating sync frame: RangeError (end): Invalid value: Not in inclusive range 15..26: 10
#2574
Open
DanTup opened this issue
Jan 21, 2025
· 0 comments
This was originally raised at Dart-Code/Dart-Code#5394 by @markbeij.
Breakpoints in unnamed extensions don't seem to work on web, instead execution pauses on the parent frame and an error is printed:
The message appears to come from here:
webdev/dwds/lib/src/debugging/frame_computer.dart
Line 73 in 4a92ba5
Here I have a breakpoint on line 20 (
return this
) but execution paused at the parent frame:Example code:
The text was updated successfully, but these errors were encountered: