mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 06:09:59 -06:00
gdb: Add notice when application is suspended on start
This commit is contained in:
@ -689,6 +689,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
|
|||||||
{
|
{
|
||||||
mainThread.Suspend(ThreadSchedState.ThreadPauseFlag);
|
mainThread.Suspend(ThreadSchedState.ThreadPauseFlag);
|
||||||
debugState = (int)DebugState.Stopped;
|
debugState = (int)DebugState.Stopped;
|
||||||
|
Logger.Notice.Print(LogClass.Kernel, $"Application is suspended on start for debugging.");
|
||||||
}
|
}
|
||||||
|
|
||||||
result = mainThread.Start();
|
result = mainThread.Start();
|
||||||
|
Reference in New Issue
Block a user