[dev]adding console box and read/write hook mechanism for test program I/O

This commit is contained in:
BigEd
2010-11-08 22:03:47 +00:00
parent 2a0e251088
commit 5c9b4e7581
4 changed files with 44 additions and 7 deletions
+4 -1
View File
@@ -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)" />