We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7e43b commit ca44cebCopy full SHA for ca44ceb
1 file changed
bin/rdebug-ide
@@ -171,7 +171,7 @@ Debugger.catchpoint_deleted_event = options.catchpoint_deleted_event || options.
171
Debugger.value_as_nested_element = options.value_as_nested_element || options.rm_protocol_extensions
172
173
if options.attach_mode
174
- at_exit {Process.kill('KILL', options.gdb_wrapper_pid)} if options.gdb_wrapper_pid
+ at_exit {Process.kill('INT', options.gdb_wrapper_pid)} if options.gdb_wrapper_pid
175
if Debugger::FRONT_END == "debase"
176
Debugger.init_variables
177
end
0 commit comments