Skeleton of the debugger host.

This commit is contained in:
Ben Vanik
2013-02-01 05:37:42 -08:00
parent b6a9dfe7e0
commit c2fbafdc28
20 changed files with 679 additions and 2 deletions

9
debugger/index.html Normal file
View File

@@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<title>Xenia Debugger</title>
<script src="debugger.js"></script>
</head>
<body>
</body>
</html>