You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SessionCommand class represents the session commands attributes.
* repeat: repeat on empty command.
* cancel_auto_continue: cancel auto continue on `source`.
* postmortem: available on postmortem mode.
* unsafe: unsafe command (not supported).
Now only a few commands such as `step`, `next`, ... are
`repeat`able.
Maybe it fixes#764
0 commit comments