Replies: 1 comment
-
You can write a script to map sderr to stdout and it should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I sometimes use python file I have opened in helix as an ipython like shell and run it with !python playground.py.
It's nice to not have to switch out of the file to test the output of small example python code when developing. The problem is that when there is an error it doesn't insert the stack trace in the file but instead shows it in the status line and it gets truncated. How can I get the stack trace to show up in the file so I don't need to leave the file?
Beta Was this translation helpful? Give feedback.
All reactions