1
2

StreamlitをPyCharmでデバックする

Posted at

PyCharm community 2023.3では、以下と画面が異なっていました。

Interpreter optionsに、-m streamlit run を追加してみると、Run実行はできたけれど、
デバックできませんでした。

以下の設定
module をstreamlitとして、スクリプトパラメータに、
run 実行したいコード.pyを入れると、Debugでも動きました。

image.png

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2