From e208ec52edb2c6778d40b1c965bd2aaca0a21217 Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 30 Aug 2005 14:26:38 +0000 Subject: * lib/debug.rb: no need to restart at exit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/debug.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/debug.rb b/lib/debug.rb index 70e8aea14..8b522821a 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 -- cgit