Skip to content

Instantly share code, notes, and snippets.

@Ginden
Created October 16, 2014 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ginden/c7e6311c4cc44fdd77c4 to your computer and use it in GitHub Desktop.
Save Ginden/c7e6311c4cc44fdd77c4 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>
Noninvasive debugger statement
</title>
<style>
textarea {
width: 600px;
height: 500px;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<button id="transform">Invasive debbuger -> noninvasive</button>
</td>
</tr>
<tr>
<td>
<button id="beautify">Beautify output</button>
</td>
</tr>
<tr>
<td>
<textarea id="input">
</textarea>
</td>
</tr>
<tr>
<td>
<textarea id="output">
</textarea>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment