Skip to main content

set_debug_mode

Function set_debug_mode 

Source
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 - true to enable debug mode