mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
preserve jeff notes from emails - put into todo list
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
// Copyright (c) 2024 Epic Games Tools
|
// Copyright (c) 2024 Epic Games Tools
|
||||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||||
|
|
||||||
#ifndef RDI_MARKUP_H
|
#ifndef RADDBG_MARKUP_H
|
||||||
#define RDI_MARKUP_H
|
#define RADDBG_MARKUP_H
|
||||||
|
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
//~ Usage Macros
|
//~ Usage Macros
|
||||||
@@ -75,4 +75,4 @@ raddbg_log__impl(char *fmt, ...)
|
|||||||
|
|
||||||
#endif // defined(_WIN32)
|
#endif // defined(_WIN32)
|
||||||
|
|
||||||
#endif // RDI_MARKUP_H
|
#endif // RADDBG_MARKUP_H
|
||||||
|
|||||||
@@ -73,6 +73,18 @@
|
|||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
//~ rjf: Hot, Medium Priority Tasks (Low-Hanging-Fruit Features, UI Jank, Cleanup)
|
//~ 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
|
// [ ] investigate /DEBUG:FASTLINK - can we somehow alert that we do not
|
||||||
// support it?
|
// support it?
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user