From 206d48b363253f264edb78304d9ad2bf2c44453c Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Mon, 25 Mar 2024 15:47:34 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index 19d10e5e..df1afddc 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -213,7 +213,7 @@ // [ ] @feature disasm keyboard navigation & copy/paste // [ ] @feature debug info overrides (both path-based AND module-based) // [ ] configure tab size -// [ ] run-to-line needs to work if no processes are running +// [x] run-to-line needs to work if no processes are running // - place temp bp, attach "die on hit" flag or something like that? // [ ] auto-scroll output window // @@ -240,11 +240,11 @@ // expandable? It seems like this should be consistent (one way to edit, // one way to expand/collapse, that are distinct) // -// [ ] I didn't understand the terminology "Equip With Color". Does that just +// [x] I didn't understand the terminology "Equip With Color". Does that just // mean specify the color used to display it? Is "Apply Color" perhaps a // bit more user-friendly? // -// [ ] The cursor feels a bit too huge vertically. +// [x] The cursor feels a bit too huge vertically. // // [ ] The hex format for color values in the config file was a real // mindbender. It's prefixed with "0x", so I was assuming it was either