venus icon indicating copy to clipboard operation
venus copied to clipboard

[Request] Conditional Break Points

Open ThaumicMekanism opened this issue 6 years ago • 1 comments

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

ThaumicMekanism avatar Feb 26 '19 21:02 ThaumicMekanism

Current workaround:

beq a0 x0 nobreak
    ebreak
nobreak:
    nop # This is is the next line of your code which should be executed if the break is or is not taken.

ThaumicMekanism avatar Mar 01 '19 17:03 ThaumicMekanism