Issue 130906
Summary [LLDB] failed to modify a variable
Labels new issue
Assignees
Reporter coder0xe
    * Operating System: ArchLinux6.13.6
* clang/lldb 19.1.7

When I try to debug this program 
```
int main() {
 int var = 0;
  return 0;
}
```
I set a breakpoint at line 3, then I use p var = 5 to modify the varirable, but then I print var, it still remains 0!

<img src="" height=300px>
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to