-
How do we visualize arrays in the VARIABLES or WATCH windows? I have tried a few combinations and get an "invalid syntax (, line 1)". |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The Variables and Watch panels assume their input is an expression, not a LLDB command. You can use |
Beta Was this translation helpful? Give feedback.
-
@vadimcn this is what happens when I attempt the
|
Beta Was this translation helpful? Give feedback.
The Variables and Watch panels assume their input is an expression, not a LLDB command. You can use
var,[N]
syntax to reinterpret a variable as an array.