Fix focused stack frame colors in disassembly view#129721
Fix focused stack frame colors in disassembly view#129721isidorn merged 2 commits intomicrosoft:mainfrom
Conversation
|
@xisui-MSFT this looks good to me, however i had a hard time getting into a situation to easily try this out with mock-debug. Thanks 👏 |
|
@xisui-MSFT In Mock Debug all |
|
@xisui-MSFT due to other PRs that I merge there are conflicts in this PR now. Can you please resolve the conflicts? Thank you |
|
@isidorn Resolved conflicts. Thanks! |
|
@xisui-MSFT thanks a lot. Merging in 👏 |
This PR fixes #129574
Current stack frame icon is shown when the current stack is in focus, and this line contains the address of the top stack frame.
Current stack frame line background is set when the line contains the address of the top stack frame, no matter if the current stack is in focus.
Focused stack frame icon is shown and focused stack frame line background is set when this line contains the address of the focused stack frame, and it's not the top stack frame.