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
the debugger should listen for reload events and see if any script source needs to be updated from the VM (Isolate / IsolateReload kind / status: "success")
update once the source line position has been resolved
show a count in the area title
click should jump to the source location
setting a breakpoint on an unsupported line should set the breakpoint anyway even if it is a noop (ed: we now silently ignore the breakpoint attempt; we could change to provide more feedback to the user)
move the libraries view to the right side of the screen, have it hidden by default, and have an action button to expand it out in order to search for libraries
allow searching for classes
debugger buttons
Debugging controls for pause, resume, step in, step out, and step over
improve the appearance so they don't resize on mouse hover
Debugger page Flutter web rewrite
General
Isolate/IsolateReloadkind /status: "success")Call stack
Variables
breakpoints
search in the running app
debugger buttons
code area
console area
Reference image for the old Flutter plugin view: