Print multiple variables with one command in LLDB -


this possible print multiple variables 1 command in gdb, how lldb?

if want print variables, then

(lldb) frame variable var1 var2 var3 var4 

will you

but if you're trying evaluate expressions instead of printing local variables, not work.


Comments