mb3h
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. DebuggerForm::systemSymbolManager(), | symbolsChanged \+ MainMemoryViewer::updateCompleter(), DisasmViewer::refresh() (2) In the following, appending a bit of codes. MainMemoryViewer::updateCompleter() ```diff --- old/DebuggerForm.cpp 2023-06-06 20:37:52.000000000 -0300...