소스 검색

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>