Case where the breakpoint resolution algorithm dosen't correctly find the first debuggable location on a line #60274
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
vm-debugger
vm-service
The VM Service Protocol, both the specification and its implementation
In the example program below, putting a breakpoint on line 2, starting a debug session, and then hitting "step over" twice results in the debugger being paused at the
=
at 3:12, and then hitting "step over" again results in the debugger being paused at 3:17. If a breakpoint is put on line 3 instead of line 2, then the debugger pauses at 3:22 when a debug session is started.related to: Dart-Code/Dart-Code#5430
The text was updated successfully, but these errors were encountered: