hi.
i have a problem with houdini console.
in vex code i have printf function that prints a lot of lines. but houdini console doesn't keep all the lines and after printing, first lines are gone.
is there anything like low buffer or something like that is causing this?
how can i solve this problem?
houdini console
15697 7 1- Mohsen_Tabasi
- Member
- 53 posts
- Joined: June 2009
- Offline
- vmur
- Member
- 82 posts
- Joined: Nov. 2005
- Offline
- Mohsen_Tabasi
- Member
- 53 posts
- Joined: June 2009
- Offline
- malexander
- Staff
- 5201 posts
- Joined: July 2005
- Offline
- Mohsen_Tabasi
- Member
- 53 posts
- Joined: June 2009
- Offline
- fveilleux
- Member
- 4 posts
- Joined: Dec. 2022
- Offline
- sebd3dvfx
- Member
- 15 posts
- Joined: March 2024
- Offline
- elovikov
- Member
- 130 posts
- Joined: June 2019
- Offline
I think LogViewer should replace console. You just check catching Standard Output and it's much better.
Way faster, has search and filters etc. On Mac it's basically the best option not requiring awkward launch from terminal.
unfortunately windows implementation is lacking
in theory HOUDINI_DISABLE_CONSOLE should work but disabling console also disabling standard output
so you left with this:
at least all entries are in viewer but still developer experience is a bit interesting console responsiveness is very bad and it blocks ui, while logviewer is instantaneous
this windows console just should go and not be an optional even
Way faster, has search and filters etc. On Mac it's basically the best option not requiring awkward launch from terminal.
unfortunately windows implementation is lacking
in theory HOUDINI_DISABLE_CONSOLE should work but disabling console also disabling standard output
so you left with this:
at least all entries are in viewer but still developer experience is a bit interesting console responsiveness is very bad and it blocks ui, while logviewer is instantaneous
this windows console just should go and not be an optional even
Edited by elovikov - July 5, 2024 06:57:15
-
- Quick Links