devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Debugger has several bugs when debugging a Flutter test

Open kenzieschmoll opened this issue 1 year ago • 0 comments

Repro: run a flutter test with flutter test test/foo_test.dart --start-paused. Copy the VM service URI and connect to DevTools.

Bugs:

  • incorrect main file is loaded
  • trying to switch to a file is buggy (tried to select a file multiple times and it finally switched) file-opener-bug
  • try to switch files from the file explorer and a bunch of failed to parse exceptions are thrown

@elliette

kenzieschmoll avatar Feb 14 '24 23:02 kenzieschmoll