Skip to content
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

trace-many-times #106

Open
ahh opened this issue Mar 30, 2022 · 1 comment
Open

trace-many-times #106

ahh opened this issue Mar 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ahh
Copy link

ahh commented Mar 30, 2022

I frequently want as many traces of $CONDITION as I can get. Right now I build a command line, watch it go, wait til it fires, wait for it to decode, and rerun.

I can write a shell loop around this, but you know what sounds great? A flag to "once you're done, re-arm and do it again with a fresh filename".

@cgaebel cgaebel added the enhancement New feature or request label Mar 31, 2022
@Xyene
Copy link
Member

Xyene commented May 10, 2022

Would this be served by having -multi-snapshot mode just work like this? The current implementation leaves large gaps in the tracefile, so isn't too useful. The format could be something as simple as ${-output flag}.$n, but we could also support format modifiers in -output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants