Skip to content

Commit 60eec57

Browse files
committed
no need in Debugger.attached variable anymore
1 parent 3e27f1d commit 60eec57

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

bin/rdebug-ide

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ Debugger.evaluation_timeout = options.evaluation_timeout
141141
Debugger.catchpoint_deleted_event = options.catchpoint_deleted_event || options.rm_protocol_extensions
142142
Debugger.value_as_nested_element = options.value_as_nested_element || options.rm_protocol_extensions
143143

144-
Debugger.attached = true
145-
146144
if options.attach_mode
147145
if Debugger::FRONT_END == "debase"
148146
Debugger.init_variables

lib/ruby-debug-ide/commands/control.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def regexp
136136
end
137137

138138
def execute
139-
Debugger.attached = false
140139
Debugger.stop
141140
Debugger.interface.close
142141
Debugger::MultiProcess.undo_monkey

0 commit comments

Comments
 (0)