summaryrefslogtreecommitdiff
path: root/lib/debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.rb')
-rw-r--r--lib/debug.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 70e8aea148..8b522821a5 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -257,9 +257,6 @@ class Context
MUTEX.lock
unless defined?($debugger_restart) and $debugger_restart
callcc{|c| $debugger_restart = c}
- at_exit {
- $debugger_restart.call
- }
end
set_last_thread(Thread.current)
frame_pos = 0