method
set_trace
v1_9_3_392 -
Show latest stable
- Class:
DEBUGGER__
set_trace( arg )public
No documentation available.
# File lib/debug.rb, line 752
def set_trace( arg )
MUTEX.synchronize do
make_thread_list
for th, in @thread_list
context(th).set_trace arg
end
end
arg
end