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

Highlight source line corresponding to hovered asm line.

This commit is contained in:
Bartosz Taudul
2020-04-09 22:02:06 +02:00
parent 0791871955
commit 0e1c9e2cd1
2 changed files with 16 additions and 1 deletions
+2
View File
@@ -80,6 +80,8 @@ private:
size_t m_dataSize;
int m_targetLine;
int m_selectedLine;
DecayValue<int> m_hoveredLine;
DecayValue<uint32_t> m_hoveredSource;
int m_displayMode;
uint32_t m_codeLen;
DecayValue<uint64_t> m_highlightAddr;