diff --git a/collects/stepper/private/model.rkt b/collects/stepper/private/model.rkt index ccebdd9328..c619a4b9a9 100644 --- a/collects/stepper/private/model.rkt +++ b/collects/stepper/private/model.rkt @@ -507,7 +507,7 @@ (define (step-through-expression expanded expand-next-expression) (define show-lambdas-as-lambdas? (render-settings-show-lambdas-as-lambdas? render-settings)) - (let* ([annotated (a:annotate expanded break + (let* ([annotated (a:annotate expanded break show-lambdas-as-lambdas?)]) (parameterize ([test-engine:test-silence #t]) (eval-syntax annotated))