Danny Tuppeny

Results 1795 comments of Danny Tuppeny

I think 3&4 are are slightly related to https://github.com/microsoft/vscode/issues/131502. However fixing that probably means those breakpoints will disappear, which also feels akward. I'll note that on the issue and see...

Actually, I think I might be able to fix 4 by returning new `sourceReferences` when the breakpoints are re-sent. I don't think 3 is generally possible to fix (any source...

> avoid setting a breakpoint with a file Uri to `sky_engine`. Is it the analysis server that returns this path to Dart Code ? Yep. Although I don't entirely understand...

Something I'm not clear on from the above - is which version of the code is the one that will actually run at runtime on the device? What's in the...

Interesting! I tried calling that API with `dart:core/print.dart` and got back `/Users/danny/Dev/Dart SDKs/nightly/lib/core/print.dart` which is accurate. I'm not sure there are cases that wouldn't work, but it does seem like...

Sorry for the delay! > Considering we would be able to compute the absolute path, do you think that one step would be to update the following code ? FWIW...

I'm expecting https://github.com/dart-lang/sdk/commit/08db7182908322d714cf2be4d190fd876f929810 to handle this, but it'll only work when we've moved over to the SDK DAPs so I'll keep this issue open to verify once that happens. I...

This issue has been fixed for some upcoming releases. I tested it today using the current beta version of the Dart SDK (2.18.0), the pre-release v3.47.20220808 version of the Dart...

I noticed today that this fix does not entirely work when running Flutter apps - they return a different `org-darlang-app:///` URI to the Dart SDK. I've filed https://github.com/Dart-Code/Dart-Code/issues/4128 to track...

It seems like the Dart extension may not have activated correctly (there should be a Dart or Flutter version number in the status bar when it has). Can you check...