When debugging with VSCode and an open variable viewer, the debugging breaks/stalls whenever I open a HCS zarr plate (or normal container).
After some time spent on figuring the problem out, I suspect that it has to do with the async workers/threads and that one has the power over GIL.
Solution/Workaround (but not really):
When I collapse the variable viewer, the debugging does not stop and I have access to variables from the debug console. But as soon as I open the variable Viewer everything stalls.
Do you have solutions/workarounds?
Otherwise it might be worth thinking about exposing num_workers or maybe creating a Singleton.
Best,
Niklas
When debugging with VSCode and an open variable viewer, the debugging breaks/stalls whenever I open a HCS zarr plate (or normal container).
After some time spent on figuring the problem out, I suspect that it has to do with the async workers/threads and that one has the power over GIL.
Solution/Workaround (but not really):
When I collapse the variable viewer, the debugging does not stop and I have access to variables from the debug console. But as soon as I open the variable Viewer everything stalls.
Do you have solutions/workarounds?
Otherwise it might be worth thinking about exposing num_workers or maybe creating a Singleton.
Best,
Niklas