-
Notifications
You must be signed in to change notification settings - Fork 175
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
[Feature Request]: Reverse debugging #499
Comments
I pushed a branch https://github.com/vadimcn/vscode-lldb/blob/master/MANUAL.md#reverse-debugging Note, you must use:
rather than |
Use the new WinBar button (or Also note that CodeLLDB and indeed dap only implement "reverse step" not "reverse step over" . In practice this means that CodeLLDB steps backward 1 instruction. In order to step back one line, use the |
This sounds good @puremourning, any blocker before merging it? If not ready yet, I would love to test it, but please, can I ask you to rebase the |
Feel free to rebase and test yourself. I have no time to work on this. |
We should support a way to step backwards. I had the idea of a WinBar button which toggles the direction.
The text was updated successfully, but these errors were encountered: