Settings

Theme

Show HN: Visualize nested list properties in the CodeLLDB debugger

github.com

2 points by hexomancer 7 months ago · 0 comments · 1 min read

Reader

One of my pain points when debugging c++ is when I want to inspect some nested property of a list (e.g. list[i].someprop.somemethod()). Some debuggers have methods of displaying such nested expressions but as far as I know it is not possible in vscode (please prove me wrong!). So I made this simple visualizer script for CodeLLDB which does that.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection