C++ Moment
C++ Moment
Yes. Itβs a surprisingly bad debugger the more you think about it. I use it largely in assembly and it loves to spit out random errors about memory it tried to access based on the current register state. The shortcuts are kind of dumb.
It certainly works but I wouldnβt call it a pleasure to use.
I use gdb with great success for x64, rv64, and c:
info registers rip or just setup tui: