v5dbg is an experimental real-time debugger for V5 C++ programs
v5dbg implements many common debugger features you may be used to in debuggers such as gdb, lldb, or the builtin Visual Studio debugger
- View variable memory
- Set the value of variables during debugging
- View stacktraces for each active thread
- Set breakpoints
- Set conditional breakpoints