enhanced debugger doc (closes #892)

This commit is contained in:
Thomas Jentzsch 2022-05-26 16:11:59 +02:00
parent d49b2b3818
commit 3a262489fa
1 changed files with 6 additions and 5 deletions

View File

@ -349,19 +349,19 @@ size can be configured e.g. in the
<th>Key</th> <th>Key</th>
</tr> </tr>
<tr> <tr>
<td>Step</td> <td>Step &#185;</td>
<td>Control + S</td> <td>Control + S</td>
</tr> </tr>
<tr> <tr>
<td>Trace</td> <td>Trace &#185;</td>
<td>Control + T</td> <td>Control + T</td>
</tr> </tr>
<tr> <tr>
<td>Scan +1</td> <td>Scan +1 &#185;</td>
<td>Control + L</td> <td>Control + L</td>
</tr> </tr>
<tr> <tr>
<td>Frame +1</td> <td>Frame +1 &#185;</td>
<td>Control + F</td> <td>Control + F</td>
</tr> </tr>
<tr> <tr>
@ -390,11 +390,12 @@ size can be configured e.g. in the
</tr> </tr>
<tr> <tr>
<td>Run, exits debugger</td> <td>Run, exits debugger</td>
<td>Backquote (`)</td> <td>Backquote (`), Escape</td>
</tr> </tr>
</table> </table>
</p> </p>
For MacOS use 'Cmd' instead of &nbsp;'Alt' key. For MacOS use 'Cmd' instead of &nbsp;'Alt' key.
<p>&#185;: External I/O input is ignored, the state of the <a href="#IOTab">I/O Tab</a> remains unchanged.</p>
<p>To the left of the global buttons, you find the 'Options...' button.</p> <p>To the left of the global buttons, you find the 'Options...' button.</p>
<ul> <ul>
<p><img src="graphics/debugger_options.png"></p> <p><img src="graphics/debugger_options.png"></p>