@RReverser this is a nice write-up for this approach + implementation in the wild. neglecting the overhead, one plus point is to enforce mutually-dependency between API methods by putting them into the same trait https://t.co/JxhUCAoKvG
@kobigurk@xJonathanLEI unrelated to start/end of line but sometimes one can still get the same amount of keystrokes as vim. eg to do `ciw` instead of `miwc` one could do `ebc` or `bec`
@SnorkelCapital@jacobvcreech anytime of execution + changing them on the fly (in simulation). since we are using lldb implementing this without restarting (ie live reverse debugging https://t.co/7oG4dgXnM4) is possible as well
@SnorkelCapital@jacobvcreech in already deployed programs eg trigger tx in frontend, grab tx hash and put into the debugger which will throw you right to the entrypoint. from there you can run through all of the used solana sdk/rust core libs + the program itself, checking the state of accounts during