[Lldb-commits] [PATCH] D113400: [lldb-vscode] Add presentation hints for scopes
Andy Yankovsky via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 9 02:16:29 PST 2021
werat added a comment.
In D113400#3117500 <https://reviews.llvm.org/D113400#3117500>, @wallace wrote:
> could you share a screenshot of how this looks like?
Sure! Here are the screenshots of before/after in Visual Studio 2022.
Before everything is in one place (in Locals Window):
F20179455: visual-studio-before.png <https://reviews.llvm.org/F20179455>
After, Registers Window (marked in red -- changed since previous step):
F20179456: registers-after.png <https://reviews.llvm.org/F20179456>
After, Locals Window (locals are displayed directly, without "Locals" expand block):
F20179454: locals-after.png <https://reviews.llvm.org/F20179454>
---
There are no visible changes in Visual Studio Code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113400/new/
https://reviews.llvm.org/D113400
More information about the lldb-commits
mailing list