From 88dced7d2a65138e39abedc1b240f1a684c376b7 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Tue, 15 Oct 2024 09:00:54 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg_main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/raddbg/raddbg_main.c b/src/raddbg/raddbg_main.c index 649de825..d1c40875 100644 --- a/src/raddbg/raddbg_main.c +++ b/src/raddbg/raddbg_main.c @@ -4,6 +4,18 @@ //////////////////////////////// //~ rjf: post-0.9.12 TODO notes // +// [ ] double click on breakpoints/watch-pins/etc. to go to location +// [ ] auto view rule templates (?) +// [ ] single-line visualization busted with auto-view-rules applied, it seems... +// not showing member variables, just commas, check w/ mohit +// [ ] auto-view-rules likely should apply at each level in the expression +// tree +// [ ] `slice` view rule - extend to support begin/end style as well +// [ ] disasm starting address - need to use debug info for more correct +// results... +// +// +// // [ ] linked list view rule // [ ] investigate false exceptions, being reported while stepping through init code // [ ] output: add option for scroll-to-bottom - ensure this shows up in universal ctx menu