Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve debugger * Added 'Step Over' functionality * Added special SPU pause functionality that pauses the SPU thread when the tag mask is at 0x80000000 by holding ctrl while pausing * Go to address dialog now evaluates expressions, including defined variables such as pc, r1, r2, etc * Requires QtScript to be linked with the project * Made the option to center shown addresses (Go to addr/pc) optional by making it an entry in the GUI ini config * Shown addresses now appear 'selected' * New keyboard shortcuts! - Ctrl+G -> Go to address - F10 -> Step Over - F11 -> Step (Into)
- Loading branch information