/sdb

Just following the Building A Debugger Book

Primary LanguageC++

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"
    ]
}