szhou42 / VDebuggerDos

Reinvention of a C/C++ Debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My GDB

  • A GDB-Like C/C++ Debugger that implements most debugger functionalities.
  • Written in C++ using Windows API. The debugger runs on Windows operating systems.
  • Support single step, breakpoints, tracking variables, printing stack trace.

Click me to see the video demo!

Alt text

About

Reinvention of a C/C++ Debugger


Languages

Language:C++ 99.9%Language:Batchfile 0.1%