From 279fdf523b9df785af2f5f79066e0655d12954b8 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Fri, 20 Apr 2018 11:26:00 -0700 Subject: [PATCH] Debugger: Add HELP CD todo, mention cycle profiling done --- docs/Debugger_Wishlist.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Debugger_Wishlist.txt b/docs/Debugger_Wishlist.txt index 88aaaed0..1ba3d967 100644 --- a/docs/Debugger_Wishlist.txt +++ b/docs/Debugger_Wishlist.txt @@ -1,6 +1,10 @@ Requests (Wishlist): ==================== +- HELP CD: Document examples + Helps needs to list: + SEE: HELP PWD + - Allow EQUs to be directly entered in Foo EQU $1234 @@ -135,6 +139,8 @@ Requests (Wishlist): Implemented: ============ +* [x] Debugger V2.9.0.14: Cycle Profiling, use PROFILE RESET, and PROFILE LIST. + . DONE: v16.0.0.0 DEBUGGER: (use F7): RESET button to break into the Monitor (preserving memory). . DONE: v16.0.0.0: DEBUGGER: Ability to search and modify for a value in memory in order to cheat in some games.