Hi,
Say, I encounter a rare bug in a codebase and I'd like to store the state
so I can always return to it later. Is this currently possible or planned
in Delve?
I know gdb has something similar, using the generate-core-file[1] command,
which creates a core dump in case you did not already create one.
[1]:
https://sourceware.org/gdb/onlinedocs/gdb/Core-File-Generation.html
I'm sorry if I missed documentation and/or an existing thread. I tried
looking for it but I couldn't find it.
Thanks!