From 34bba958392dabca553826de555ed4ea91e22d15 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Wed, 29 May 2024 21:25:47 -0700 Subject: [PATCH] import todo notes from awkwardly aggressive user feedback --- src/raddbg/raddbg.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index 6b12cd6f..4c065424 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -40,6 +40,10 @@ //////////////////////////////// //~ rjf: Hot, High Priority Tasks (Complete Unusability, Crashes, Fire-Worthy) // +// [ ] investigate heavy outputdebugstring usage causing major issues +// (both in debugger and in target application, apparently) +// [ ] "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 // @@ -66,6 +70,10 @@ // [ ] min view rule // [ ] double click on procedure in procedures tab to jump to source // +// [ ] filesystem drag/drop support +// [ ] double-click vs. single-click for folder navigation, see if we can infer +// [ ] use backslashes on windows by default, forward slashes elsewhere +// // [ ] investigate /DEBUG:FASTLINK - can we somehow alert that we do not // support it? //