mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
d2d47acdce
Previously, if we didn't include the source code, we wrote the url as null. This for instance made it impossible to step through mixed in code (at least when mixed in from the sdk). This CL includes all used urls. If there's no source, the source is empty, but the VM then tries to find the proper source to be able to display it (e.g. the VM already has the sdk source). This CL further more adds a service test that tests that we can actually step into mixin in code from the sdk. Change-Id: Ied9569723e23928769ebc980410aed60be6eaa22 Reviewed-on: https://dart-review.googlesource.com/51621 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com> |
||
---|---|---|
.. | ||
analysis_server | ||
analysis_server_client | ||
analyzer | ||
analyzer_cli | ||
analyzer_plugin | ||
async_helper | ||
build_integration | ||
compiler | ||
dart_internal | ||
dart_messages | ||
dev_compiler | ||
expect | ||
front_end | ||
js | ||
js_ast | ||
kernel | ||
meta | ||
microlytics | ||
sourcemap_testing | ||
status_file | ||
telemetry | ||
testing | ||
vm | ||
.gitignore | ||
BUILD.gn | ||
pkg.status |