mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:01:30 +00:00
2481cf76f5
Bug: VM service `addBreakpointWithScriptUri` and `addBreakpoint` don't add valid breakpoints for code in `dart:` libraries. See #47204 This PR contains : - a new test : 'service/break_on_dart_colon_test.dart', that checks several URIs to register breakpoints in `dart:` libs. - a fix in `Debugger::SetBreakpointAtLineCol` to make it calls `Library::LookupScript'` with the right value for `useResolvedUri` parameter. Fixes https://github.com/dart-lang/sdk/issues/47204 TEST=runtime/observatory/tests/service/break_on_dart_colon_test.dart Change-Id: Id3d6722c278e3238202a9d84a0d34612b957035c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213766 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com> |
||
---|---|---|
.. | ||
bin | ||
docs | ||
include | ||
lib | ||
observatory | ||
observatory_2 | ||
platform | ||
tests | ||
third_party | ||
tools | ||
vm | ||
.clang-tidy | ||
.gitignore | ||
BUILD.gn | ||
codereview.settings | ||
configs.gni | ||
CPPLINT.cfg | ||
PRESUBMIT.py | ||
runtime_args.gni |