We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e27f1d commit 60eec57Copy full SHA for 60eec57
bin/rdebug-ide
@@ -141,8 +141,6 @@ Debugger.evaluation_timeout = options.evaluation_timeout
141
Debugger.catchpoint_deleted_event = options.catchpoint_deleted_event || options.rm_protocol_extensions
142
Debugger.value_as_nested_element = options.value_as_nested_element || options.rm_protocol_extensions
143
144
-Debugger.attached = true
145
-
146
if options.attach_mode
147
if Debugger::FRONT_END == "debase"
148
Debugger.init_variables
lib/ruby-debug-ide/commands/control.rb
@@ -136,7 +136,6 @@ def regexp
136
end
137
138
def execute
139
- Debugger.attached = false
140
Debugger.stop
Debugger.interface.close
Debugger::MultiProcess.undo_monkey
0 commit comments