mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Log last function on debug pause or exception, dump cpu_thread state on access violation
This commit is contained in:
parent
d7a2d42d8f
commit
537d3f2548
7 changed files with 37 additions and 18 deletions
|
@ -153,9 +153,9 @@ void cpu_thread::operator()()
|
|||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
Emu.Pause();
|
||||
LOG_FATAL(GENERAL, "%s thrown: %s", typeid(e).name(), e.what());
|
||||
LOG_NOTICE(GENERAL, "\n%s", dump());
|
||||
Emu.Pause();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue