Sha256: 8c73e75551f885d2851789347807874f4c5e20f9e17583e1d6855a96983d8ddb

Contents?: true

Size: 722 Bytes

Versions: 3

Compression:

Stored size: 722 Bytes

Contents

<script type="text/javascript" language="javascript">
	GemStone.runJs('scripts/Debugger.js', OOP);
</script> 

<div id='newTab' class='debuggerPanel hidden'>
	<div class='toolbar'>
		<button class='restart'>Restart</button>
		<button class='into'>Into</button>
		<button class='over'>Over</button>
		<button class='out'>Out</button>
		<button class='go'>Go</button>
		<span class='label'></span>
	</div>
	<div class='navigation'>
		<div class='stack divList'></div>
		<table class='variables'>
			<thead><tr>
				<th>Variable</th>
				<th>value</th>
				<th>OOP</th>
			</tr></thead>
			<tbody />
		</table>
		<textarea class='variableValue'></textarea>
	</div>
	<div class='editArea newEditor' tabindex=0>
	</div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maglev-webtools-1.0.2 public/Debugger.html
maglev-webtools-1.0.1 public/Debugger.html
maglev-webtools-1.0 public/Debugger.html