From a812dc95ce6b5ed8662a98a6a225fb92579f5b88 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Wed, 18 Jun 2025 14:08:16 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/raddbg/raddbg_main.c b/src/raddbg/raddbg_main.c index 5c787061..6599ba8a 100644 --- a/src/raddbg/raddbg_main.c +++ b/src/raddbg/raddbg_main.c @@ -17,6 +17,9 @@ // [ ] disassembly sometimes has a problem where source line annotations are // periodically removed/inserted... maybe updating on fs change when we // shouldn't, non-deterministic line annotation path? +// [ ] process memory cache sometimes is not correctly updating - best repro +// case so far is (for some reason?) only hover evaluation - only spotted +// on laptop in debug builds. g0 ctrl_bindings.bindings initialization. // //- watch improvements // [ ] *ALL* expressions in watch windows need to be editable.