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
fully exit the process on exit! from repl (#16171)
Similar to [Pry's `!!!`](https://github.com/pry/pry/blob/80816f596774d00afdc81a555724b0819bf26782/lib/pry/commands/exit_program.rb#L25), useful in the case where `debugger` has been put in a loop of some kind. When `exit!` is invoked from the repl, instead of breaking only the local debugger instance, the entire process is exited. I probably would have used `!!!`, but it would have required some changes in the `continue?` logic that I think are a little deeper-reaching than I was willing to go with this.
Co-authored-by: jneen <[email protected]>
0 commit comments