Description of the limitation and why it is relevant to address
As a developer I want to want to temporarily disable the parametrization timeout so that I can debug functions in the parametrization without Viktor aborting the call after like 5 seconds
I think this is relevant for the VIKTOR platform because we often create functions in the parametrization for example to control the visibility or the create a list of OptionListElements. At the moment, if you debug these functions, viktor gives a time-out after 5 seconds and the debug session will end. As a developer I want to temporarily disable this in my development workspace.
Submitter proposed design (optional)
None
Current workarounds
Printing the values or be really quick with inspecting values in the 5 seconds you get