re-add basic step tracing
[scpubgit/DX.git] / lib / DX / SearchState.pm
index 78b7528..1742ff5 100644 (file)
@@ -51,6 +51,7 @@ sub new_for {
 sub with_one_step {
   my ($self) = @_;
   return undef unless my $step = $self->next_step;
+  trace step => $step;
   return $step->apply_to($self);
 }