LoginSignup
0
1

More than 3 years have passed since last update.

PyCharmでデバック時にコマンドライン引数を指定する方法

Posted at
  • 環境
    • Windows10 Pro バージョン1909
    • PyCharm 2020.2.2 (Community Edition)
  1. [Run] > [Edit Configurations]で[Run/Debug Configurations]ダイアログを開く
  2. 左のメニューから[Python] > 対象のソースを選択する
  3. [Configration]タブ > [Parameters:]に引数にしたい値を入力する
  4. [OK]ボタンでダイアログを閉じる
  5. 普通にデバック実行(Shift + F9)する

image.png

0
1
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
0
1