-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CallerCallee add jump to source location in disassembly #573
Conversation
@GitMensch I added some prototype jumping the the disassembler. You can ether press F6 (all good shortcuts were already in use) to open a goto menu or use the context menu to jump to a specific line (source code only currently). I would like to hear which method work best. (Yes the context menu is hard to use currently / broken, I will fix that later as well as adding it to the assembly side) |
Thank you for working on this. I did check the location pane in caller/callee tab and do see both context menu entries - but
Checking F6 yields in the "go to line" being shown, placing "115" in there and pressing Enter does not seem to work either. Note: all of CTRL+F (in both panes) and F6 (only on the source) has a remarkable time (1-2 seconds) to be shown ?!? In any case: CTRL+G is already taken, what about ALT+G or CTRL+SHIFT+G? |
a37da97
to
2dff7c0
Compare
I added it also for the disassembly, but it doesn't work there (currently) |
2dff7c0
to
01df4c6
Compare
01df4c6
to
0bc9b3f
Compare
this patch adds a context menu that allows the user to select if he wants to open the source code or opens the disassembly and focus the selected location
closes: #515