xmos / xscope_fileio

FileIO interface over xscope
Other
2 stars 10 forks source link

run_on_target verbose mode doesn't print stdout realtime #18

Open shuchitak opened 2 years ago

shuchitak commented 2 years ago

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 c75386dbae61e96c711e69070b27110ee09d2900 commit where stdout gets printed in real time.

ed-xmos commented 2 years ago

My update 0.4.0 appeared to work but is not performant enough (causes test failures in avona) so we have pinned at 0.3.2. This issue is still open.