method
set_trace
Ruby latest stable (v2_5_5)
-
0 notes -
Class: DEBUGGER__
set_trace( arg )
public
Hide source
# File lib/debug.rb, line 933 def set_trace( arg ) MUTEX.synchronize do make_thread_list for th, in @thread_list context(th).set_trace arg end end arg end