mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Disassemble symbol code fragments.
This commit is contained in:
@@ -196,7 +196,7 @@ void View::InitTextEditor( ImFont* font )
|
||||
void View::SetTextEditorFile( const char* fileName, int line, uint64_t symAddr )
|
||||
{
|
||||
m_sourceViewFile = fileName;
|
||||
m_sourceView->Open( fileName, line, symAddr );
|
||||
m_sourceView->Open( fileName, line, symAddr, m_worker );
|
||||
}
|
||||
|
||||
const char* View::ShortenNamespace( const char* name ) const
|
||||
|
||||
Reference in New Issue
Block a user