Skip to main content

execute_debug_command

Function execute_debug_command 

Source
fn execute_debug_command(line: String) -> (LogLevel, String)
Expand description

Checks if the given string is a valid debug command and executes it. Returns a tuple containing the resulting [LogLevel] and a message string.

ยงArguments

  • line - The raw debug command string