Open jgcodes2020 opened 1 year ago
The debugger depends on libopcodes and libbfd, neither of which are available on Windows/MSVC. Ideally, the debugger should be completely portable.
libopcodes
libbfd
Debugger is perfectly portable, just compile the deps.
The debugger depends on
libopcodes
andlibbfd
, neither of which are available on Windows/MSVC. Ideally, the debugger should be completely portable.