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

Breakpoints #100

Closed
Enchufa2 opened this issue May 13, 2017 · 1 comment
Closed

Breakpoints #100

Enchufa2 opened this issue May 13, 2017 · 1 comment

Comments

@Enchufa2
Copy link
Member

Enchufa2 commented May 13, 2017

For debugging purposes. For example,

traj <- trajectory() %>%
  seize("resource") %>%
  ...
  break_if(cond = function() ...) %>% # TRUE by default
  ...

would stop the simulation at that point for a given condition.

@Enchufa2
Copy link
Member Author

Enchufa2 commented Nov 8, 2017

stop_if?

@Enchufa2 Enchufa2 added this to the v3.7.0 milestone Nov 8, 2017
@Enchufa2 Enchufa2 modified the milestones: v3.7.0, v3.8.0 Dec 12, 2017
@Enchufa2 Enchufa2 removed this from the v3.8.0 milestone Mar 25, 2018
Enchufa2 added a commit that referenced this issue Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant