MemoryView auto updateDebugger. Implement base codetrace logic. Add register breakpoints. Add CodeViewWidget autostepping to track a value.Debugger

This commit is contained in:
TryTwo
2022-03-26 14:48:25 -07:00
parent 9ca1c0f533
commit fb79c04cf1
8 changed files with 611 additions and 0 deletions

View File

@ -33,6 +33,8 @@ add_library(common
Crypto/ec.h
Crypto/SHA1.cpp
Crypto/SHA1.h
Debug/CodeTrace.cpp
Debug/CodeTrace.h
Debug/MemoryPatches.cpp
Debug/MemoryPatches.h
Debug/Threads.h