Class: DebugThread

Inherits:
Thread
  • Object
show all
Defined in:
lib/ruby-debug.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(*args, &b) ⇒ DebugThread

Returns a new instance of DebugThread.



278
279
280
281
# File 'lib/ruby-debug.rb', line 278

def initialize(*args, &b)
  Debugger.thread_context(self).ignore = true
  super
end