Quellcode durchsuchen

Enable debugging on page load

ApisNecros vor 1 Jahr
Ursprung
Commit
6ec1eba23f
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      index.html

+ 2 - 0
index.html

@@ -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>