1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add zone value failure context.

This commit is contained in:
Bartosz Taudul
2021-10-10 14:12:13 +02:00
parent 9300934fa5
commit 930ef77ea9
3 changed files with 19 additions and 3 deletions
+4
View File
@@ -480,6 +480,10 @@ bool View::Draw()
ImGui::SameLine();
ImGui::TextDisabled( "(%s)", RealToString( data.thread ) );
}
if( !data.message.empty() )
{
TextFocused( "Context:", data.message.c_str() );
}
if( data.callstack != 0 )
{
if( ImGui::TreeNode( "Call stack" ) )