mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 17:10:46 -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");
|
||||
goto restartListen;
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.Error?.Print(LogClass.GdbStub, ex.ToString());
|
||||
Logger.Notice.Print(LogClass.GdbStub, "GDB stub socket closed");
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user