mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 00:23:47 +00:00
Go directly to crash callstack from crash notification.
This commit is contained in:
@@ -78,7 +78,10 @@ void View::DrawNotificationArea()
|
||||
CrashTooltip();
|
||||
if( IsMouseClicked( 0 ) )
|
||||
{
|
||||
m_showInfo = true;
|
||||
m_callstackView = {
|
||||
.id = crash.callstack,
|
||||
.thread = crash.thread
|
||||
};
|
||||
}
|
||||
if( IsMouseClicked( 2 ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user