-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Support StackFrameFormat #137057
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
Labels
Comments
@llvm/issue-subscribers-lldb-dap Author: Jonas Devlieghere (JDevlieghere)
The debug adapter protocol supports an option to provide formatting information for a stack frames as part of the StackTrace request. We should support this in lldb-dap.
https://microsoft.github.io/debug-adapter-protocol/specification#Types_StackFrameFormat |
lldb-dap reports that it supports value and stack formatting ( |
JDevlieghere
added a commit
to JDevlieghere/llvm-project
that referenced
this issue
Apr 24, 2025
The debug adapter protocol supports an option to provide formatting information for a stack frames as part of the StackTrace request. lldb-dap incorrectly advertises it supports this, but until this PR that support wasn't actually implemented. Fixes llvm#137057
JDevlieghere
added a commit
to swiftlang/llvm-project
that referenced
this issue
Apr 28, 2025
The debug adapter protocol supports an option to provide formatting information for a stack frames as part of the StackTrace request. lldb-dap incorrectly advertises it supports this, but until this PR that support wasn't actually implemented. Fixes llvm#137057 Back-ported from commit 262158b
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
The debug adapter protocol supports an option to provide formatting information for a stack frames as part of the StackTrace request. lldb-dap incorrectly advertises it supports this, but until this PR that support wasn't actually implemented. Fixes llvm#137057
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
The debug adapter protocol supports an option to provide formatting information for a stack frames as part of the StackTrace request. lldb-dap incorrectly advertises it supports this, but until this PR that support wasn't actually implemented. Fixes llvm#137057
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
The debug adapter protocol supports an option to provide formatting information for a stack frames as part of the StackTrace request. lldb-dap incorrectly advertises it supports this, but until this PR that support wasn't actually implemented. Fixes llvm#137057
Ankur-0429
pushed a commit
to Ankur-0429/llvm-project
that referenced
this issue
May 9, 2025
The debug adapter protocol supports an option to provide formatting information for a stack frames as part of the StackTrace request. lldb-dap incorrectly advertises it supports this, but until this PR that support wasn't actually implemented. Fixes llvm#137057
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The debug adapter protocol supports an option to provide formatting information for a stack frames as part of the StackTrace request. We should support this in lldb-dap.
https://microsoft.github.io/debug-adapter-protocol/specification#Types_StackFrameFormat
https://github.com/microsoft/VSDebugAdapterHost/wiki/Stack-Trace-and-Value-Formatting
The text was updated successfully, but these errors were encountered: