Add reset button#434
Conversation
|
Can you explain what "reset" does? There is already a "terminate" button. And there is still a "restart" via ALT+R (but currently there's no button). |
Assuming the program is being debugged, and I want to start all over again from the main function without terminate the current gdb session |
bee4047 to
fa79f86
Compare
fa79f86 to
250cf58
Compare
I have. Here's a long thread from another user. #418 I'll review your PR. It should probably show the keys (like ALT+T) |
|
I made a small change to your PR. I've added ALT+T to the Terminate button and ALT+R to the Restart button. There was also a small regression when starting Seer with no target specified. It always showed the Restart button even though no program was being debugged. Give it a try and let me know if it works for you. Then I'll pull it. Thanks. |
|
This looks good to me |

I want to add a reset button to Seer, but I don't know which icon I should use. Do you have any recommendations?