lib/byebug/commands/condition.rb in byebug-2.3.1 vs lib/byebug/commands/condition.rb in byebug-2.4.0
- old
+ new
@@ -1,7 +1,8 @@
module Byebug
class ConditionCommand < Command
+ self.allow_in_post_mortem = false
def regexp
/^\s* cond(?:ition)? (?:\s+(\d+)(?:\s+(.*))?)? \s*$/x
end