Skip to content

respect use_short_path on trace#702

Merged
ko1 merged 2 commits intomasterfrom
short_path_on_trace
Jul 11, 2022
Merged

respect use_short_path on trace#702
ko1 merged 2 commits intomasterfrom
short_path_on_trace

Conversation

@ko1
Copy link
Collaborator

@ko1 ko1 commented Jul 11, 2022

fix #701

@ko1
Copy link
Collaborator Author

ko1 commented Jul 11, 2022

memo

# rdbg -n target.rb

binding.eval(<<~RUBY, File.expand_path("~/xyzzy.rb"))
def foo
  a = 1
  b = 2
  a + b
end
RUBY

binding.b do: <<~DBG
  trace line
  config set use_short_path true
DBG

foo

@ko1 ko1 merged commit c35bd4c into master Jul 11, 2022
@ko1 ko1 deleted the short_path_on_trace branch July 11, 2022 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

use_short_path should also be applied to tracer paths

1 participant