Feature Request: Add `trace_location` command to trace code from CLI conveniently by pocke · Pull Request #26 · yhirano55/trace_location

This pull request adds a CLI tool of TraceLocation. Usage: # Trace some command written in Ruby $ trace_location bundle -v # Trace ruby file $ echo "def foo() puts 'hello' end; foo&qu...