diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 87dcdb20..021c4939 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -7113,6 +7113,9 @@ void View::DrawCallstackWindow() auto frameData = m_worker.GetCallstackFrame( entry ); if( !frameData ) { + ImGui::Separator(); + ImGui::Text( "%i", fidx++ ); + ImGui::NextColumn(); char buf[32]; sprintf( buf, "%p", (void*)entry ); ImGui::TextUnformatted( buf );