* lib/debug.rb: no need to restart at exit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
624842f6a0
commit
87e8b14cc4
@ -1,3 +1,7 @@
|
||||
Tue Aug 30 23:25:45 2005 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
||||
|
||||
* lib/debug.rb: no need to restart at exit.
|
||||
|
||||
Tue Aug 30 23:20:19 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user