This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Description
I frequently use breakpoints, coupled with expression evaluation features, in other debuggers to alter control flow. I was trying to do the same thing in SDB but couldn't figure out how to do so–I'm not sure if SDB has these features or if I just can't find them. One way I do something like this is by setting breakpoints on individual instructions and then evaluating expressions (to change condition variables) and resuming execution. Does SDB support doing things like this? (Specifically, can I set a breakpoint on a specific instruction in a method and add debugger commands to it that run whenever it gets hit?)