cadencii.debug.close C# (CSharp) Method

close() public static method

public static close ( ) : void
return void
        public static void close() {
            if ( s_debug_out != null ) {
                s_debug_out.Close();
                s_debug_out = null;
                s_path = "";
            }
        }
    }