mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 02:52:26 -07:00
Log GDB server exceptions
This commit is contained in:
@@ -586,8 +586,9 @@ namespace Ryujinx.HLE.Debugger
|
|||||||
Logger.Notice.Print(LogClass.GdbStub, "GDB client lost connection");
|
Logger.Notice.Print(LogClass.GdbStub, "GDB client lost connection");
|
||||||
goto restartListen;
|
goto restartListen;
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Logger.Error?.Print(LogClass.GdbStub, ex.ToString());
|
||||||
Logger.Notice.Print(LogClass.GdbStub, "GDB stub socket closed");
|
Logger.Notice.Print(LogClass.GdbStub, "GDB stub socket closed");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user