debugger
debugger copied to clipboard
LLDB is broken on windows
Looks like LLDB can not restore original bytes for breakpoints on windows. If I override IP, seems like continue, step into /over etc works.

Probably related to #124
Reading address from LLDB backend:
x 0x401710
0x00401710: cc 83 ec 28 c7 05 22 9a 00 00 00 00 00 00 e8 3d ...(.."........=
0x00401720: 54 00 00 48 83 c4 28 e9 84 fa ff ff 90 90 90 90 T..H..(.........
Tracked upstream by https://github.com/llvm/llvm-project/issues/60063