Method: DEBUGGER__::ThreadClient#on_trace
- Defined in:
- lib/debug/thread_client.rb
#on_trace(trace_id, msg) ⇒ Object
246 247 248 |
# File 'lib/debug/thread_client.rb', line 246 def on_trace trace_id, msg wait_reply [:trace, trace_id, msg] end |