This commit is contained in:
Ryan Fleury
2025-06-18 13:31:22 -07:00
parent 0ff246d13f
commit 9f0da8d1b8
+2
View File
@@ -31,6 +31,8 @@
// a way we can defer to the underlying shell in a non-horrible way...? // a way we can defer to the underlying shell in a non-horrible way...?
// //
//- stepping or breakpoint oddness/fixes //- 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 // [ ] 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 // 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 // would've stopped at the first instruction due to the step, were that bp not