mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
gdb: Add notice when application is suspended on start
This commit is contained in:
parent
84e078f94c
commit
2e18008d4b
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue