debug

Macro debug 

Source
macro_rules! debug {
    ($($arg:tt)*) => { ... };
}
Expand description

Adds text to be displayed when the ship is selected by clicking on it.

Works just like println!.