Skip to content

Commit

Permalink
no need in Debugger.attached variable anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
equivalence1 committed Dec 15, 2016
1 parent 3e27f1d commit 60eec57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions bin/rdebug-ide
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ Debugger.evaluation_timeout = options.evaluation_timeout
Debugger.catchpoint_deleted_event = options.catchpoint_deleted_event || options.rm_protocol_extensions
Debugger.value_as_nested_element = options.value_as_nested_element || options.rm_protocol_extensions

Debugger.attached = true

if options.attach_mode
if Debugger::FRONT_END == "debase"
Debugger.init_variables
Expand Down
1 change: 0 additions & 1 deletion lib/ruby-debug-ide/commands/control.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def regexp
end

def execute
Debugger.attached = false
Debugger.stop
Debugger.interface.close
Debugger::MultiProcess.undo_monkey
Expand Down

0 comments on commit 60eec57

Please sign in to comment.