From 41a252e5639a2c8c607aac9d9f64f09e8fed808d Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sat, 15 Mar 2025 11:42:20 -0700 Subject: [PATCH] notes on low-priority odd edge-case behavior --- src/raddbg/raddbg_main.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/raddbg/raddbg_main.c b/src/raddbg/raddbg_main.c index 7f340862..1573b936 100644 --- a/src/raddbg/raddbg_main.c +++ b/src/raddbg/raddbg_main.c @@ -28,6 +28,11 @@ // // [ ] r8 bitmap view rule seems incorrect? // [ ] crash bug, release mode - filter globals view (try with debugging raddbg, typing `dev` in globals view) +// +// [ ] 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 +// there. //////////////////////////////// //~ rjf: post-0.9.12 TODO notes