Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.05 KB

File metadata and controls

15 lines (11 loc) · 1.05 KB

v5dbg

v5dbg is an experimental real-time debugger for V5 C++ programs

Build & release cycle Populate Depot json Generate build artifacts for release

image

Features

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