connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

not output for `puts` #97

Open silverbullettruck2001 opened 2 years ago

silverbullettruck2001 commented 2 years ago

Your environment

Expected behavior

when I have a puts statement a test an run or debug the test it should display the statement in the Output panel

Actual behavior

The value in the puts statement does not display in the Output panel

lsegal commented 1 year ago

Also running into this issue. I noticed that this extension supports "debugging", but there does not seem to be any specific support for the old tried and true "print statement debugging". In particular, there's no way to see output that isn't associated with an exception in successful or failed test cases.