Skip to content

Catalyst: Set Breakpoint doesn't work

On paraview 5.11, breakpoints setted are ignore when we start a live simulation.


Step to reproduce:

  • compile CxxFullExample in Examples/Catalyst2
  • add in the catalyst_options (to be able to connect the simulation with paraview) :
from paraview import catalyst
options = catalyst.Options()
options.EnableCatalystLive = 1
  • start paraview, click on Connect... inside Catalyst toolbar
  • click on Set Breakpoint and set the value to 3.
  • start the simulation
bin/CxxFullExample ../catalyst_pipeline.py

the simulation will never stop at the end of the 3 time step.


Note that the Pause Simulation works well.

Edited by Lucas Givord
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information