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 58f8045 commit dc3f88cCopy full SHA for dc3f88c
lib/ruby-debug-ide/multiprocess/pre_child.rb
@@ -43,6 +43,7 @@ def pre_child
43
def start_debugger(options)
44
if Debugger.started?
45
#we're in forked child, only need to restart control thread
46
+ Debugger.breakpoints.clear
47
Debugger.control_thread = nil
48
Debugger.start_control(options.host, options.port)
49
end
@@ -54,7 +55,7 @@ def start_debugger(options)
54
55
56
# set options
57
Debugger.keep_frame_binding = options.frame_bind
- Debugger.tracing = options.tracing
58
+ Debugger.tracing = options.tracing
59
60
Debugger.prepare_debugger(options)
61
0 commit comments