debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Compiling debugger test binaries alongside the debugger

Open xusheng6 opened this issue 4 months ago • 0 comments

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

xusheng6 avatar Sep 11 '25 05:09 xusheng6