How to use tracer?

In the configs there is the option installTracer:

# Install a Python tracer to allow you to stop or pause your script at any point and introspect it. As a side-effect, this slows down your script's execution.
# Default: false
installTracer = false

Is there more info about how to use this option?

Hi @fkromer, thanks a lot for your question. This feature is buggy. I will file a bug on it. (And I do agree, we need better documentation)

Matteo

Here is a link to the issue: https://github.com/streamlit/streamlit/issues/619

@monchier Great, thanks a lot.