-
The little buttons above each test, can I get it to output print statements when I click the debug button? Also, can the little buttons pass arguments? I can't seem to find where they are configured, if anywhere... |
Beta Was this translation helpful? Give feedback.
Answered by
vadimcn
Jun 6, 2025
Replies: 1 comment 1 reply
-
These are added by rust-analyzer. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sjmik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are added by rust-analyzer.
You can try setting
"rust-analyzer.debug.engineSettings": { "args": ["--nocapture"] }
to pass args to the test binary.