zh Kooboo Logo Documents

Online debug

 

Kooboo provides an online debugging feature. To access it, enter the developer mode and find the "debug" entry in the left-side menu, as shown in the following image.
 
Once the debugging is enabled, you can set breakpoints. The execution will pause when reaching the specified breakpoints.
 
You can execute code and inspect variables during debugging. It also supports debugging TypeScript and multi-file debugging for your convenience.