-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output to file #314
Comments
Does the |
Hi, If I use |
OK, so you also want to redirect the GHCi session's stdout to a file? |
Yes, that's it |
I started using |
@smelc Redirecting STDOUT and not just errors would give more data, but the VSCode integration should work as-is. |
@9999years> as yes indeed, I confirm |
Describe the feature you’d like to be implemented
In ghcid I can have the console output also copied to a log file as text (not json log format) by adding an
-o switch
e.g.
ghcid --command 'cabal repl' pyrethrum --allow-eval --clear --no-height-limit '-o ghcid.log'
it would be great to have an equivalent feature in ghciwatch.
List alternatives to the feature and their pros and cons
No response
Additional context
I have found this feature very useful for debugging output which were long lists of pretty printed logs
The text was updated successfully, but these errors were encountered: