@@ -32,6 +32,8 @@
<!-- <canvas class="w-full h-full"></canvas> -->
<script>
const cb = new CodeBox("script", "stackInit", "output");
+ cb.debug.print.codeBox = true;
+ cb.debug.print.stacks = true;
</script>
</body>
</html>