mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Don't jump out to symbols without source and code.
This commit is contained in:
parent
2e1aa844fe
commit
d43461584a
@ -379,10 +379,13 @@ void SourceView::Render( const Worker& worker )
|
|||||||
file = nullptr;
|
file = nullptr;
|
||||||
line = 0;
|
line = 0;
|
||||||
}
|
}
|
||||||
|
if( line > 0 || sym->size.Val() > 0 )
|
||||||
|
{
|
||||||
Open( file, line, jumpOut, jumpOut, worker );
|
Open( file, line, jumpOut, jumpOut, worker );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void SourceView::RenderLine( const Line& line, int lineNum, uint32_t ipcnt, uint32_t iptotal )
|
void SourceView::RenderLine( const Line& line, int lineNum, uint32_t ipcnt, uint32_t iptotal )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user