mirror of https://github.com/stella-emu/stella.git
another doc update
This commit is contained in:
parent
9528ce3ff8
commit
bd1fcc7dc2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue