GP-2641: Add training course materials for the Debugger

This commit is contained in:
Dan 2023-03-21 09:59:48 -04:00
parent d19bf87a60
commit c5da826540
107 changed files with 12176 additions and 75 deletions

View file

@ -65,7 +65,7 @@ public interface Step extends Comparable<Step> {
*
* <p>
* The form of the spec must either be numeric, indicating some number of ticks, or
* brace-enclosed Sleigh code, e.g., {@code "{r0=0x1234;}"}. The latter allows patching machine
* brace-enclosed Sleigh code, e.g., {@code "{r0=0x1234}"}. The latter allows patching machine
* state during execution.
*
* @param threadKey the thread to step, or -1 for the last thread or event thread