add debugger icons

This commit is contained in:
LenAnderson
2024-07-12 13:33:02 -04:00
parent 067a4e0525
commit 9446c487e9
7 changed files with 718 additions and 20 deletions

View File

@ -141,16 +141,16 @@
<div id="qr--modal-debugButtons">
<div title="Resume" id="qr--modal-resume" class="qr--modal-debugButton menu_button">
<span class="qr--glyph"></span>
<!-- <span class="qr--glyph">▷</span> -->
</div>
<div title="Step Over" id="qr--modal-step" class="qr--modal-debugButton qr--glyph-combo menu_button">
<span class="qr--glyph"></span><span class="qr--glyph"></span>
<!-- <span class="qr--glyph">↷</span><span class="qr--glyph">▪</span> -->
</div>
<div title="Step Into" id="qr--modal-stepInto" class="qr--modal-debugButton qr--glyph-combo menu_button">
<span class="qr--glyph"></span><span class="qr--glyph"></span>
<!-- <span class="qr--glyph">↓</span><span class="qr--glyph">▪</span> -->
</div>
<div title="Step Out" id="qr--modal-stepOut" class="qr--modal-debugButton qr--glyph-combo menu_button">
<span class="qr--glyph"></span><span class="qr--glyph"></span>
<!-- <span class="qr--glyph">↑</span><span class="qr--glyph">▪</span> -->
</div>
</div>
<div id="qr--modal-debugState"></div>