DEBUG=(p1)
Sets the thread debug level. Available only if compiled with THREAD_DEBUG=-1.
static VALUE rb_thread_s_debug_set(VALUE self, VALUE val) { rb_thread_debug_enabled = RTEST(val) ? NUM2INT(val) : 0; return val; }