Stephan K.

Results 5 issues of Stephan K.

Make it so you can set a conditional breakpoint. Perhaps also make it so you could do this with ecall as well.

enhancement

Make it so the web interface for venus can act as a remote debugger controlling a ‘link’ which is hosting the real debugger.

enhancement

This: ``` sw x0 (4)x1 ``` should be an error.

bug

This works: ``` lw x0 0 x0 ``` And it should produce an error.

bug

Make it so that when you are paused at any point in the code, you could perform a RISC-V operation. This may be tricky.

enhancement