.py文件类似如下:
def main():
parser = OptionParser()
parser.add_option('--input_dir', action = 'store', dest = 'input dir', type = 'string', help = 'input src file')
如何用pycharm调试这种带命令行的python文件呢?
image.png image.png然后点击debug就行。
.py文件类似如下:
def main():
parser = OptionParser()
parser.add_option('--input_dir', action = 'store', dest = 'input dir', type = 'string', help = 'input src file')
如何用pycharm调试这种带命令行的python文件呢?
image.png image.png然后点击debug就行。
本文标题:python # pycharm # 如何调试含参数的.py文件
本文链接:https://www.haomeiwen.com/subject/uqhbbftx.html
网友评论