Skip to content

WenqingZong/sdb

Repository files navigation

Simple Debugger

Just to record my progress while reading the book Building A Debugger. The original implementation is here.

Project Setup

Please develop in a native x86-64 computer, otherwise the code won't work. As a reference, here is my enviroment:

neofetch

Editor used:

  • VsCode

VSCode Settings

{
    "cmake.configureArgs": [
        "-DCMAKE_TOOLCHAIN_FILE=<PATH/TO/VCPKG>/scripts/buildsystems/vcpkg.cmake"
    ]
}

About

Just following the Building A Debugger Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors