How to debug a python file run from shell script in intellij?

前端 未结 0 1795
情深已故
情深已故 2021-01-12 19:13

For example:

I have a test.py

print("hello world")
a=1
print(a)

and a shell script test.sh

python test.py


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题