Bruno Leroux

Results 78 comments of Bruno Leroux

Hi @DanTup, with [this PR]( https://dart-review.googlesource.com/c/sdk/+/213766), adding a Breakpoint with a 'dart:' URI is fixed. In Dart Code context, it means that when the VM Service is live, breakpoints could...

Hi @DanTup, after looking at the VM Code, I think that 2. can't be fixed at the VM level. My understandings are that, for Flutter apps, snapshots files are created...

My understandings for your questions : - "why sky_engine exists" : sky_engine is used to override or extend the Dart SDK. - "why the server goes to its source not...

Hi @DanTup , I have yet to understand Dart and Flutter internals, but here are my understandings for your questions : "which version of the code is the one that...

@DanTup Analysis server exposes an API to resolve mapping ('execution.mapUri', see closed issue above). I have some clues on how it could be use in Dart Code, but I don't...

@DanTup > "a) does the VM have enough info?" - No the VM doesn't have enough info (it loads sources from .dill files that could be created from any computer)....

@a-wallen Many thanks for your feedback. It’s a complex area so collecting issues related to the system navigation bar is a great way to make progress. For the moment, we...

> I'm up to speed now, but still not sure that we want this change. For the most part things seem to be working as intended, but are poorly documented....

Hey @Piinks! > Assuming the same style should be applied to the navigation bar gives me pause. There may not be a navigation bar, or the user may be using...

@Piinks Great! I have updated the PR (and I added one test, see my comment above). > I'll run this through some extra testing internally to see if anything breaks...