Just to record my progress while reading the book Building A Debugger. The original implementation is here.
Please develop in a native x86-64 computer, otherwise the code won't work. As a reference, here is my enviroment:
Editor used:
- VsCode
{
"cmake.configureArgs": [
"-DCMAKE_TOOLCHAIN_FILE=<PATH/TO/VCPKG>/scripts/buildsystems/vcpkg.cmake"
]
}