From: Jean-Paul Mari Date: Sun, 18 Apr 2021 00:39:11 +0000 (-0400) Subject: Comment updates X-Git-Tag: v2.1.3-R5^2~12 X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/commitdiff_plain/b53b74f6dab87998a9092d77acdef251035cdc65 Comment updates --- diff --git a/src/debugger/allwatchbrowser.cpp b/src/debugger/allwatchbrowser.cpp index 6aa7d6c..638a2de 100644 --- a/src/debugger/allwatchbrowser.cpp +++ b/src/debugger/allwatchbrowser.cpp @@ -10,6 +10,7 @@ // JPM 12/07/2017 Created this file // JPM 09/14/2018 Added a status bar, better status report and set information values in a tab // JPM April/2019 Added a sorting filter, tableview unique rows creation +// JPM April/2021 Added a search feature. // // STILL TO DO: diff --git a/src/debugger/callstackbrowser.cpp b/src/debugger/callstackbrowser.cpp index 826b833..607c398 100644 --- a/src/debugger/callstackbrowser.cpp +++ b/src/debugger/callstackbrowser.cpp @@ -12,6 +12,7 @@ // JPM 10/20/2018 Added the return address information in the call stack // JPM 08/09/2019 Prevent crash in case of call stack is out of range // JPM 03/16/2020 Modified the layout window and added source filename from the called source line +// JPM April/2021 Added a #line information // STILL TO DO: // To set the information display at the right