Debugging
Jump to navigation
Jump to search
Images needed
This article needs images or better quality images. You can help PenguinMod Wiki (Official) by adding the images or uploading them. Specifically: Extension image and image of Debugger
Debugging is a currently unreleased PenguinMod extension that is used to debug with errors, warns, and logs, in a debugger. It has the same title in the editor after being added.
Blocks
There are 5 blocks in this extension, all of which are stack blocks. The blocks are grey in color.
open debugger::#878787
close debugger::#878787
log [Hello!]::#878787
warn [Warning]::#878787
error [Error]::#878787
Debugger
The debugger shows all of the messages (logs, warns, and errors) that were used. It can be shown and hidden using the open debugger::#878787
as well as the close debugger::#878787
blocks.
Lists can be used as an alternative to the debugger, and this extension:
when gf clicked delete all of [debugger v] define open debugger show list [debugger v] define close debugger hide list [debugger v] define log (msg) add (msg) to [debugger v]
However, that can get difficult to use.