Hi, I'm here tracing for exhaustion step
Matt S Trout [Mon, 16 Apr 2018 03:27:08 +0000 (03:27 +0000)]
lib/DX/Step/MarkAsExhaustion.pm

index cd58fd4..8196321 100644 (file)
@@ -6,6 +6,7 @@ with 'DX::Role::Step';
 
 sub apply_to {
   my ($self, $ss) = @_;
+  trace exhaustion => [ statement => [ [ symbol => 'exhaustion' ] ] ];
   $ss->but(
     is_solution_state => 0,
     is_exhaustion_state => 1,