DEV Community

Discussion on: Never Lose Your Work: Session Management That Saves Your Sanity

Collapse
 
vasughanta09 profile image
Vasu Ghanta

Have you tried Claude Code's --continue command to instantly resume your last debugging session without losing context?

Collapse
 
rajeshroyal profile image
Rajesh Royal

we used this in the post, please read again

Collapse
 
vasughanta09 profile image
Vasu Ghanta • Edited

Hey Rajesh, thanks for the suggestion—I reread the article carefully. It mentions claude --continue for the last session and claude --resume for picking past ones . But for instantly resuming the very last debugging session without the picker (like after a quick crash), is there a shorthand like --instant or claude -c? Or does --continue always do that directly? Would love your take!