Adding const qualifiers to the IMemory and adding error messages in the memory viewer

This commit is contained in:
Zoe Roux
2021-02-04 10:22:30 +01:00
parent 2e4e39a696
commit c9eed50289
30 changed files with 208 additions and 123 deletions

View File

@@ -57,7 +57,7 @@ namespace ComSquare::Debugger
//! @brief Return true if the CPU is overloaded with debugging features.
bool isDebugger() override;
bool isDebugger() const override;
//! @brief Focus the debugger's window.
void focus();