diff --git a/src/raddbg/raddbg_main.c b/src/raddbg/raddbg_main.c index be6d8406..5c787061 100644 --- a/src/raddbg/raddbg_main.c +++ b/src/raddbg/raddbg_main.c @@ -31,6 +31,8 @@ // a way we can defer to the underlying shell in a non-horrible way...? // //- stepping or breakpoint oddness/fixes +// [ ] halting during a spoof-ridden step leaves the spoofs in place!!! +// (repro via LOTS of code on one line & halting) // [ ] stepping-onto a line with a conditional breakpoint, which fails, causes a // single step over the first instruction of that line, even if the thread // would've stopped at the first instruction due to the step, were that bp not