Module: Debugger::ThreadFunctions

Defined in:
lib/debugger/xml/extensions/commands/threads.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#thread_arguments_with_pid(context, should_show_top_frame = true) ⇒ Object Also known as: thread_arguments



3
4
5
# File 'lib/debugger/xml/extensions/commands/threads.rb', line 3

def thread_arguments_with_pid(context, should_show_top_frame = true)
  thread_arguments_without_pid(context, should_show_top_frame).merge(pid: Process.pid)
end