SDK DAP calls setLibraryDebuggable much more than necessary #4464
Labels
in debugger
Relates to the debug adapter or process of launching a debug session
is bug
is performance
relies on sdk changes
Something that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
There are two issues:
We should only send them if they are both a) libraries we haven't already sent values for and b) differ from what the default would be.
We need to ensure these changes don't interfere with when the user changes the settings (
applyDebugOptions
) which should always re-send all, or we should track the values on the VM side and then only send if they've changed.The text was updated successfully, but these errors were encountered: