Tip
This mod supports Mindustry BE.
Mod for making debugging in Mindustry Logic a bit easier. Provided functionality:
- Settings for overriding instruction limit (the limit can be increased up to 2000 instructions). This allows you to insert debugging code (e.g., additional
printinstructions) into your code, even if the original instruction limit is exceeded. - Buttons to copy the variables (including their full, unrounded values) and the processor's text buffer to clipboard. The variables can be pasted into a spreadsheet and sorted by name for easier inspection.
- Custom mlog instruction for enhanced runtime checks in Mindustry Logic. (This instruction is generated by Mindcode for runtime checks.)
The mod is still under development. The precise specification of instructions may still change.