lib/byebug/context.rb in byebug-1.0.1 vs lib/byebug/context.rb in byebug-1.0.2
- old
+ new
@@ -27,11 +27,10 @@
def at_catchpoint(excpt)
handler.at_catchpoint(self, excpt)
end
def at_tracing(file, line)
- handler.at_tracing(self, file, line) if
- File.identical?(file, Byebug::PROG_SCRIPT)
+ handler.at_tracing(self, file, line)
end
def at_line(file, line)
handler.at_line(self, file, line)
end