Method: DEBUGGER__::DAP_TraceInspector::Custom_Session#find_multi_trace
- Defined in:
- lib/debug/dap_custom/traceInspector.rb
#find_multi_trace ⇒ Object
186 187 188 189 190 191 192 193 |
# File 'lib/debug/dap_custom/traceInspector.rb', line 186 def find_multi_trace @tracers.values.each{|t| if t.type == 'multi' return t end } return nil end |