mirror of
https://github.com/trebonian/visual6502.git
synced 2026-04-21 04:16:31 +00:00
[dev]adding console box and read/write hook mechanism for test program I/O
This commit is contained in:
+4
-1
@@ -124,7 +124,10 @@ $().ready(function(){
|
||||
</div> <!-- righttopdiv -->
|
||||
|
||||
<div id="tracingdiv">
|
||||
<div id="expertControlPanel">
|
||||
<textarea id="consolebox">
|
||||
click here and type if your program handles input
|
||||
</textarea>
|
||||
<div id="expertControlPanel" tabindex="3">
|
||||
<form action="javascript:updateLogList()">
|
||||
<input type="button" value="Trace more" onclick="updateLoglevel(++loglevel)" />
|
||||
<input type="button" value="Trace less" onclick="updateLoglevel(--loglevel)" />
|
||||
|
||||
Reference in New Issue
Block a user