Skip to content

Conversation

@avinab-neogy
Copy link
Collaborator

Closes #196

@avinab-neogy avinab-neogy requested a review from hturner August 11, 2025 11:12
Comment on lines 84 to 91
- **Stop Execution:** Pause the running process
(interrupt command, icon may not always be shown).
- **Additional Controls:**
ack (↶ in blue) for reverse debugging
if available.
t (⟲ in green) to restart the session.
nect (🔗 in orange) to detach the debugger
while leaving the process running.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would only document the buttons that are visible in the screenshot (so not Stop Execution or Back for reverse debugging).

As we are attaching to a running process, restart and disconnect have the same behaviour: they stop the debugger and return to R.

(Note you have some letters missing here).

It would be nice to use actual pictures of the buttons here. According to ChatGPT you could do this in markdown

Click the ![Menu Button](images/menu-button.png){: .icon } to open the menu.

Then in docs/css/custom.css (which should be included via extra_css in mkdocs.yml):

.icon {
    height: 20px;
    vertical-align: middle;
}

@avinab-neogy avinab-neogy self-assigned this Aug 28, 2025
@hturner
Copy link
Member

hturner commented Dec 10, 2025

I have resolved all the issues here apart from using images for the toolbar buttons, which is a nice-to-have. I created a new issue for that (#286) so we can merge in this section as a first draft.

@hturner hturner merged commit 2f89059 into devel Dec 10, 2025
1 check passed
@hturner hturner deleted the docs/lldb branch December 10, 2025 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants