mb3h

Results 3 issues of mb3h

[How to fix] ```diff --- old/SymbolTable.cpp 2023-07-17 13:55:11.000000000 +0200 +++ src/SymbolTable.cpp 2025-01-16 00:00:00.000000000 +0000 @@ -548,7 +548,7 @@ void SymbolTable::reloadFiles() { - for (int i = 0; i < symbolFiles.size();...

[Why needed] In the present, Debugger accesses symbol-files like the following. \- On 'Open session' menu, it accepts file-path only and doesn't read file-text. \- On 'Reload all' button, it...

[How to patch] (1) Appending the signal flow. &nbsp;&nbsp;&nbsp;DebuggerForm::systemSymbolManager(), &nbsp;&nbsp;&nbsp;| symbolsChanged \+ MainMemoryViewer::updateCompleter(), &nbsp;&nbsp;&nbsp;DisasmViewer::refresh() (2) In the following, appending a bit of codes. &nbsp;&nbsp;&nbsp;MainMemoryViewer::updateCompleter() ```diff --- old/DebuggerForm.cpp 2023-06-06 20:37:52.000000000 -0300...