Using System.Diagnostics.Debug. First pass at player controls styling
This commit is contained in:
@ -73,7 +73,7 @@ namespace Aurora.Utils
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine($"{ex.GetType()} {ex.Message}\n{ex.StackTrace}");
|
||||
System.Diagnostics.Debug.WriteLine($"{ex.GetType()} {ex.Message}\n{ex.StackTrace}");
|
||||
ex = ex.InnerException;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user