another doc update

This commit is contained in:
thrust26 2020-02-03 20:43:51 +01:00
parent 5f52ed67bb
commit 374bf518de
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ breakpoints as you like. The command is "break xx yy" where xx is any
expression and yy a bank number. Both arguments are optional. If you have
created a symbol file, you can use labels for the expression.</p>
<p>Example: you've got a label called "kernel". To break there,
<p>Example: You have got a label called "kernel". To break there,
the command is "break kernel". After you've set the breakpoint,
exit the debugger ("quit" or click the Exit button). The emulator
will run until it gets to the breakpoint, then it will enter the