-
Notifications
You must be signed in to change notification settings - Fork 131
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
Clarify impact of StackFrameFormat #411
Comments
I'm not sure actually. @gregg-miskelly do you have historical context on this one? |
Correct
By "redundant" do you mean the client could produce the name itself in some way? If so, that is correct, but it is done this way so that:
|
I just meant that the line and module are already present in the |
Thanks for the context. I suggest replacing "for the stack frame" to "in the |
A related question here is what does |
I think it was a mistake to include
|
The guidance would be to put them in the If I had my druthers, it would be a bit more structured, but we are where we are. I will make a PR to clarify |
Thank you! |
While working on the gdb implementation of DAP, I wasn't sure what to do with
StackFrameFormat
-- in particular, what impact it ought to have.My guess is that many of the parameters ought to affect the
name
of the returned stack frame. It would be great if the spec could spell this out.Some parameters, like
line
andmodule
, seem redundant, though. And evenparameterValues
seems redundant with the scopes request.The text was updated successfully, but these errors were encountered: