8000 Fix tooltips · chrisws/smallbasic.github.io@3cfb0e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cfb0e9

Browse files
committed
Fix tooltips
1 parent d5a18a9 commit 3cfb0e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_build/pages/sdl.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ sbasicg supports a limited form of interactive debugging. You can set a break-po
2020

2121
Press the `F5` key to start the debugging session. This will cause a secondary output window to appear.
2222

23-
![](/images/debug.png "Set marker")
23+
![](/images/debug.png "Start debugging")
2424

2525
You can now press `F6` to step through program lines, or `F7` to continue. The program will either then run to completion or stop when encountering a marker line. A dump of variables and the current stack position appear in the right hand pane. Note this can become very messy with large programs limiting its usefulness. The alternative is to use the LOGPRINT command. This outputs to the DebugView app in Windows or to the bash console in Linux.
2626

27-
![](/images/press_f6.png "Set marker")
27+
![](/images/press_f6.png "Step through code")
2828

2929
## How to use better looking fonts in the Windows version
3030

pages/sdl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ <h2 id="debugging">Debugging</h2>
8484
<p>sbasicg supports a limited form of interactive debugging. You can set a break-point by pressing <code>Ctrl + t</code> over the intended program line. This also allows you to use the <code>Ctrl + g</code> keystroke to navigate between markers.</p>
8585
<p><img src="/images/control_t.png" title="Set marker" /></p>
8686
<p>Press the <code>F5</code> key to start the debugging session. This will cause a secondary output window to appear.</p>
87-
<p><img src="/images/debug.png" title="Set marker" /></p>
87+
<p><img src="/images/debug.png" title="Start debugging" /></p>
8888
<p>You can now press <code>F6</code> to step through program lines, or <code>F7</code> to continue. The program will either then run to completion or stop when encountering a marker line. A dump of variables and the current stack position appear in the right hand pane. Note this can become very messy with large programs limiting its usefulness. The alternative is to use the LOGPRINT command. This outputs to the DebugView app in Windows or to the bash console in Linux.</p>
89-
<p><img src="/images/press_f6.png" title="Set marker" /></p>
89+
<p><img src="/images/press_f6.png" title="Step through code" /></p>
9090
<h2 id="how-to-use-better-looking-fonts-in-the-windows-version">How to use better looking fonts in the Windows version</h2>
9191
<ol type="1">
9292
<li>Envy font</li>

0 commit comments

Comments
 (0)
0