Closed hkarumuri closed 4 years ago
On line 181, the instruction was
Change its value via the set variable <var> = <value> command.
set variable <var> = <value>
I had a student using LLDB who was hung up on this issue until realizing this was a GDB command. Proposed change to
Change its value via the expr (var) = (value)(LLDB) or set variable <var> = <value>(GDB) command.
expr (var) = (value)
On line 181, the instruction was
I had a student using LLDB who was hung up on this issue until realizing this was a GDB command. Proposed change to