Open Nes370 opened 3 years ago
The stack dump feature of the trace analyzer is not mentioned by the help command. Also, dump_memory(&self) is warned as an unused function.
dump_memory(&self)
Ok - Ill work on getting this fixed. Was holding out until I refactored the entire help message formatting code.
The stack dump feature of the trace analyzer is not mentioned by the help command. Also,
dump_memory(&self)
is warned as an unused function.