module Byebug::ThreadFunctions

def display_context(context, should_show_top_frame = true)

def display_context(context, should_show_top_frame = true)
  puts pr('thread.context',
          thread_arguments(context, should_show_top_frame))
end