ext/byebug/byebug.c in byebug-9.0.1 vs ext/byebug/byebug.c in byebug-9.0.2

- old
+ new

@@ -674,9 +674,12 @@ return Qfalse; if (post_mortem == Qtrue) return Qfalse; + if (RTEST(tracing)) + return Qfalse; + context = Current_context(self); if (!NIL_P(context)) { Data_Get_Struct(context, debug_context_t, dc);