Class: Debugger::DebugThread

Inherits:
Thread
  • Object
show all
Defined in:
lib/ruby-debug-base.rb,
ext/ruby_debug/ruby_debug.c

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.inheritedObject

:nodoc:



1560
1561
1562
1563
1564
# File 'ext/ruby_debug/ruby_debug.c', line 1560

static VALUE
debug_thread_inherited(VALUE klass)
{
    rb_raise(rb_eRuntimeError, "Can't inherit Debugger::DebugThread class");
}