# File cli/ruby-debug/commands/quit.rb, line 15 def execute if @match[1] or confirm("Really quit? (y/n) ") @state.interface.finalize exit! # exit -> exit!: No graceful way to stop threads... end end