Add ability to send/receive arbitrary objects from the debug console.

This commit is contained in:
Ian Gulliver
2014-06-09 22:20:17 -07:00
parent 2692d540e8
commit 5d1c4407e0
2 changed files with 19 additions and 1 deletions

View File

@@ -69,6 +69,7 @@
<row>
<input type="text" id="messageText">
<button id="sendMessage">Send</button>
<button id="sendJSON">JSON</button>
</row>
</panelbody>
</sendmessage>