Compare commits

...

2 commits

Author SHA1 Message Date
Coxxs
bb39576582 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 11:03:12 -05:00
Coxxs
c2d84ffdde gdb: Remove redundant log 2025-06-21 00:02:31 +08:00

View file

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