-
Beta Was this translation helpful? Give feedback.
Answered by
tyranron
Jan 20, 2025
Replies: 1 comment 1 reply
-
@dimuziop well, if you're using raw |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dimuziop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dimuziop well, if you're using raw
dbg!()
, it very likely messes up with thecucumber::writer::Basic
, eating parts of the output. We have this topic covered in the "Output > Terminal" chapter of the Book. As specified there, it could be more natural to use thetracing
integration and usetracing::debug!()
instead ofdbg!()
.