-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add line number to CPU stack frame URLs #47215
Comments
Do you mean as an extra property, or appended to the end of the URI? I think the latter could potentially cause issues. Also, you should have source position information available via the |
From ProfileFunction, we can eventually get the |
Removes the need for requesting a full Script object, which can be extremely large when including source code. This change will have a relatively small impact on response sizes. Related issues: #47215, flutter/devtools#3382 TEST=pkg/vm_service tests updated Change-Id: I27999c4b1da65d4f0c643fa8db1a019c0fd1d689 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/227640 Reviewed-by: Ryan Macnak <rmacnak@google.com> Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>
Landed 2db8f37 with support for line/column information in |
|
Right now, the json payload for a single CPU stack frame returns a field
resolvedUrl
with the file path for the stack frame. Can we add the line number to this data? @bkonyiThe text was updated successfully, but these errors were encountered: