From ce1f54a9311ccaf6a2145510b3e45308de426d68 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Thu, 20 Jun 2024 09:06:35 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index 66b1ca74..e8535ad1 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -35,14 +35,11 @@ //////////////////////////////// //~ rjf: Hot, High Priority Tasks (Complete Unusability, Crashes, Fire-Worthy) // -// [ ] asan stepping breakage // [ ] "Browse..." buttons should adopt a more relevant starting search path, // if possible // [ ] PDB files distributed with the build are not found by DbgHelp!!! // [ ] Jai compiler debugging crash // -// [ ] Jump table thunks, on code w/o /INCREMENTAL:NO -// // [ ] Setting the code_font/main_font values to a font name doesn't work. // Should probably make note that you have to set it to a path to a TTF, // since that's not normally how Windows fonts work. @@ -227,6 +224,7 @@ // disappears if font size gets too large. // [ ] undo close tab would be nice. If not for everything, then at least // just for source files +// [ ] Jump table thunks, on code w/o /INCREMENTAL:NO //////////////////////////////// //~ rjf: Hot, Feature Tasks (Not really "low priority" but less urgent than fixes) @@ -385,6 +383,7 @@ // query completion // [x] it would be nice to have "show in explorer" for right click on source // file tab (opens explorer & selects the file) +// [x] asan stepping breakage #ifndef RADDBG_H #define RADDBG_H