diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 567007ae..d0a730b8 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -14624,8 +14624,16 @@ void View::DrawFrameTreeLevel( const unordered_flat_mapimageName ) ); + } + else + { + fileName = m_worker.GetString( frame.file ); + ImGui::TextDisabled( "%s:%i", fileName, frame.line ); + } if( ImGui::IsItemClicked( 1 ) ) { if( !SetTextEditorFile( fileName, frame.line, frame.symAddr ) )