-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add Run/Reconnect to toolbar? #192
Comments
Hi Marcin. (Thanks for trying Seer) I just want to clarify what you're asking. There is already a "Run" and "Start" button on the toolbar. "Run" will restart your debugging session with the same binary. It does not stop in main(), but it honors any previous breakpoints you may have set. "Start" will restart your debugging session with the same binary. It stops in main() with a temporary breakpoint, plus it honors any previous breakpoints you may have set. Are you asking for something different from these two? Note, you can quickly change the program's arguments with ALT+A, then click on "Run" or "Start". Or, perhaps you're asking for a toolbar button (called "Debug") that is the same as ALT+D ? |
I connect to remote target (QEMU) as I use Seer to debug firmware. In such case first button is "Continue". |
Ah, with the connect/attach mode. So a button to reconnect/reattach. I'll play around with it and will get back to you. |
A couple side point.
|
Thanks. Reconnect button works fine. Will open other issues. |
I've changed PR #206 to a draft. This task will take some time. |
Hi @hrw, I've updated the 192-add-runreconnect-to-toolbar branch to remember the breakpoints and reload them on the "reconnect". If you want, you can checkout that branch and give it a try. |
I have several quick debug sessions with one binary. Would be great to have a toolbar button to run/reconnect.
Same as File->Debug and then pressing Launch (Alt-D + Enter now).
The text was updated successfully, but these errors were encountered: