Thanks for the great work!
Regarding the integrated debugging tutorial:
When I move to other pages it does not stop at the breakpoint in that page file. It works in the main file which is ran with
streamlit run src/main.py
But not with the pages that are called from main.
Has anyone managed to fix this?