lib/tracing.rb in tracing-2.0.8 vs lib/tracing.rb in tracing-2.0.9
- old
+ new
@@ -156,9 +156,10 @@
errors = []
(
[ENV["DEBUG_PREFERENCE"]].compact +
[
+ 'debug',
'byebug',
'pry',
'debugger',
'ruby-trace '
]