Hello @SadBoySquad,
I quickly tested the same example with Catalyt2 and I have exactly like you.
Regarding the freeze issue, it would seem that it is due to the fact that the simulation is faster than the visualization pipeline, by consequent paraview has still not finished treating the step 1 that it already receives data for step2 and so on until the end of the simulation. To confirm that, I simply add a time.sleep(1)
in the catalyst_execute
in the catalyst_pipeline.py
and I can have an interactive pipeline.
For the breakpoint issue, if you’re interested I opened last month an issue about it https://gitlab.kitware.com/paraview/paraview/-/issues/21735