Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a new interactive debug cli which can be started by invoking the ucode interpreter with the `-x` flag. The main debugger functionality resides in the debug library while the cli frontend just gains some minimal amount of code to load and instantiate the debug library when the `-x` option is passed. As a precondition for the new debug functionality, the ucode VM has been extended with low level breakpoint support. Signed-off-by: Jo-Philipp Wich <[email protected]>
- Loading branch information