- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Capture error output from render, show in VSCode #9
Comments
Further info: I'd like to get error output similar to what Linux POV-Ray/VSCode provides, but on the Windows side.
|
Is there any progress on this topic? |
I'll have to check if the POV-Ray windows dev team has added additional error output. Last time I reviewed this in March, i couldn't find anything. |
I might have found a way forward: you can use the command line switch "+GF" that redirects the fatal errors into a file. As an example, I used this command:
and in the file
This file could be parsed and displayed in VS Code. |
For whatever reasons I'm not able to capture the error stream, not even directly in PowerShell. I wonder if the error stream works at all. |
Need to figure out how to capture povray render error output to show directly in VSCode.
Tor Olav from news.povray.org suggests:
https://stackoverflow.com/questions/43007267/how-to-run-a-system-command-from-vscode-extension
Other suggestions:
https://news.povray.org/povray.programming/thread/%3Cweb.6222ab8d92d88b32ace99571a96b55c3%40news.povray.org%3E/
The text was updated successfully, but these errors were encountered: