Debugger: 2.9.2.6 Added: QoL: Turning a symbol table on/off now shows the current status.

This commit is contained in:
michaelangel007
2025-02-06 11:48:28 -08:00
parent 977cc01d85
commit f44d058a09
3 changed files with 19 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define MAKE_VERSION(a,b,c,d) ((a<<24) | (b<<16) | (c<<8) | (d))
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,2,5);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,2,6);
// Public _________________________________________________________________________________________