You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I specify verbose=True as an option in the xscope_fileio.run_on_target(), I still don't see stdout being printed in real time. For instance, if I'm printing frame number every frame, they appear every 800 frames or so. This makes debugging very hard, especially if the device is hanging or has crashed, in which case, no prints appear.
In order to debug, for now, I go back to the c75386d commit where stdout gets printed in real time.
The text was updated successfully, but these errors were encountered:
When I specify verbose=True as an option in the xscope_fileio.run_on_target(), I still don't see stdout being printed in real time. For instance, if I'm printing frame number every frame, they appear every 800 frames or so. This makes debugging very hard, especially if the device is hanging or has crashed, in which case, no prints appear.
In order to debug, for now, I go back to the c75386d commit where stdout gets printed in real time.
The text was updated successfully, but these errors were encountered: