From 985a6f37e944f332ee36f9f8513b2f34831ed70c Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sat, 3 Feb 2024 17:37:39 -0800 Subject: [PATCH] notes --- src/raddbg/raddbg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index ac548850..b3f26aa7 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -4,6 +4,10 @@ //////////////////////////////// //~ rjf: Frontend/UI Pass Tasks // +// [ ] hover-eval when window is not focused - maybe just start directly +// using mouse-move events here +// [ ] CRT asserts - stepping over int 29 should work just like stepping over +// an int3 // [ ] committing needs to happen when navigating focus away for any reason // // [ ] source view -> floating margin/line-nums @@ -45,6 +49,8 @@ //////////////////////////////// //~ rjf: Hot, High Priority Tasks (Complete Unusability, Crashes, Fire-Worthy) // +// [ ] Jump table thunks, on code w/o /INCREMENTAL:NO +// // [ ] ** Thread/process control bullet-proofing, including solo-step mode // // [ ] ** In solo-stepping mode, if I step over something like CreateFileA, it