From 9f89735b01bc0cc006aa58237bb81c0a38f43074 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sun, 12 May 2024 14:11:08 -0700 Subject: [PATCH] preserve jeff notes from emails - put into todo list --- src/lib_raddbg_markup/raddbg_markup.h | 6 +++--- src/raddbg/raddbg.h | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/lib_raddbg_markup/raddbg_markup.h b/src/lib_raddbg_markup/raddbg_markup.h index bd0b0cc4..66b0fa31 100644 --- a/src/lib_raddbg_markup/raddbg_markup.h +++ b/src/lib_raddbg_markup/raddbg_markup.h @@ -1,8 +1,8 @@ // Copyright (c) 2024 Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) -#ifndef RDI_MARKUP_H -#define RDI_MARKUP_H +#ifndef RADDBG_MARKUP_H +#define RADDBG_MARKUP_H //////////////////////////////// //~ Usage Macros @@ -75,4 +75,4 @@ raddbg_log__impl(char *fmt, ...) #endif // defined(_WIN32) -#endif // RDI_MARKUP_H +#endif // RADDBG_MARKUP_H diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index bb0f5087..e9c83a4a 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -73,6 +73,18 @@ //////////////////////////////// //~ rjf: Hot, Medium Priority Tasks (Low-Hanging-Fruit Features, UI Jank, Cleanup) // +// [ ] Jeff Notes +// [ ] highlighted text & ctrl+f -> auto-fill search query +// [ ] double-click any part of frame in callstack view -> snap to function +// [ ] sort locals by appearance in source code (or maybe just debug info) +// [ ] bit more padding on the tabs +// [ ] sum view rule +// [ ] plot view rule +// [ ] histogram view rule +// [ ] max view rule +// [ ] min view rule +// [ ] double click on procedure in procedures tab to jump to source +// // [ ] investigate /DEBUG:FASTLINK - can we somehow alert that we do not // support it? //