浏览代码

Enable debugging on page load

ApisNecros 1 年之前
父节点
当前提交
6ec1eba23f
共有 1 个文件被更改,包括 2 次插入0 次删除
  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>