mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 19:56:23 +02:00
gdb: Add notice when application is suspended on start
This commit is contained in:
parent
737afbfa2f
commit
d81dca0dcc
1 changed files with 1 additions and 0 deletions
|
@ -689,6 +689,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
|
|||
{
|
||||
mainThread.Suspend(ThreadSchedState.ThreadPauseFlag);
|
||||
debugState = (int)DebugState.Stopped;
|
||||
Logger.Notice.Print(LogClass.Kernel, $"Application is suspended on start for debugging.");
|
||||
}
|
||||
|
||||
result = mainThread.Start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue