diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ After you clone the repository build the debugger and a sample program with Then run the debugger with example program with `./tdbg example`. -## Available commands: +## Available commands - `c` - Continue execution until the next breakpoint or stop - `s` - Step into the next instruction/function |
