Compare commits

..

1 commit

Author SHA1 Message Date
Coxxs
0f16660227 Merge branch 'gdb-stub' into 'master'
Add GDB Stub

See merge request [ryubing/ryujinx!71](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/71)
2025-06-20 03:26:12 -05:00

View file

@ -238,6 +238,7 @@ namespace Ryujinx.HLE.Debugger
private void ProcessCommand(string cmd)
{
Logger.Debug?.Print(LogClass.GdbStub, $"Receive: {cmd}");
StringStream ss = new StringStream(cmd);
switch (ss.ReadChar())