St.rerun breaks in debugging

Recently debugging my streamlit app in VScode has started to throw exception for st.rerun() and also st.stop() exceptions from st.widgets?

Prior topics never got an answer. One tried to change breakpoint settings, but the only thing that works for me is clearing both “Raised exeption” and “User Uncaught Exception” but that also means exceptions in my own code will not be caught? Or?

I have not experienced that before and it makes debugging more or less impossible. Has something changed and how can I fix that?

Using Streamlit 1.49 on Windows (development) and deployed on Linux