debugger
debugger copied to clipboard
Compiling debugger test binaries alongside the debugger
Right now one reason that blocks adding more unit test for the debugger is the debugger test binaries are separately built, and whenever I wish to add a new test, I will need to separately build the binary.
Building the test binaries with the debugger will make it much easier to do the things. Ofc some of the binaries (e.g., the assembly ones) require nasm or other tools to build, so they will remain pre-built