eclipse-cdt-cloud / eclipse-cdt-cloud/cdt-gdb-vscode
FR: allow reverse-debugging
Open
- Dominant language
- TypeScript
- Stars
- 26
- Forks
- 31
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 2
Description
see https://github.com/rr-debugger/rr/wiki/Using-rr-in-an-IDE#cc-extension for an example setup how to launch it with rr, but the main part is to be able to use the reverse-step, reverse-continue, ... options directly from the IDE.
Either enable those by default or configuration.
You can also use GDB itself - see https://sourceware.org/gdb/current/onlinedocs/gdb.html/Process-Record-and-Replay.html, but depending on your machine, gdb version and others, you may only be able to record and then "reverse-step" a view lines - but even that would be nice to be supported with this debug adapter.
Contributor guide
Assessment
This issue has not been assessed yet.