You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description:
In Graph view, pressing ; on a function header only creates a function comment when the cursor is on the function name token, not when you're just selecting the line itself.
Steps To Reproduce:
Open any binary in Graph view
Select the line the function name is on, but not on the function name itself
Press ; and enter a comment
See the comment attached to the first instruction instead of the function header
Expected Behavior:
I expect entering a comment anywhere on the function header to create or edit the function comment, consistent with Linear view.
Version and Platform:
Bug Description:
In Graph view, pressing
;on a function header only creates a function comment when the cursor is on the function name token, not when you're just selecting the line itself.Steps To Reproduce:
;and enter a commentExpected Behavior:
I expect entering a comment anywhere on the function header to create or edit the function comment, consistent with Linear view.
Screenshots/Video Recording:
Screen.Recording.2026-08-24.at.5.10.09.PM.mov