Open
Description
See the issue and repro in Dart-Code/Dart-Code#3082
According to the trace, it looks like dwds fails to find a library reference for dart:_runtime
during getObject()
call for id ("classes|dart:_runtime|_Type")
To solve this properly we need to communicate the list of implicitly imported libraries from dart_sdk to the debugger:
Part of: #1290