From 51dce36edea45ab6ab34ff88efb98e55de397d7f Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Thu, 17 Oct 2024 14:51:41 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/raddbg/raddbg_main.c b/src/raddbg/raddbg_main.c index 2663d668..3200e3f5 100644 --- a/src/raddbg/raddbg_main.c +++ b/src/raddbg/raddbg_main.c @@ -4,11 +4,9 @@ //////////////////////////////// //~ rjf: post-0.9.12 TODO notes // -// [ ] fix quote input in quoteless watch window value editors // [ ] fix light themes // // -// [ ] 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 @@ -534,6 +532,8 @@ // [x] ensure the following issues are resolved with this new pass: // [x] debugger readme pass // [x] per-target stdout/stderr file output paths +// [x] fix quote input in quoteless watch window value editors +// [x] double click on breakpoints/watch-pins/etc. to go to location //////////////////////////////// //~ rjf: Build Options