pub fn set_debug_mode(enable: bool) -> MaaResult<()>Expand description
Enable or disable debug mode.
In debug mode:
- Recognition details include raw images and draws
- All tasks are treated as focus tasks and produce callbacks
ยงArguments
enable-trueto enable debug mode