Search code examples
pythonspyder

Passing Arguments to Spyder for debugging file


I want to pass arguments in Spyder IDE with IPython to debug the file but the input arguments passing will be different

Driver.py -in "C:\Desktop\" -out "C:\Desktop\" -f 65 -f2 64

How can i pass the arguments, so that i can be able to debug the file.


Solution

  • Go to run > configure

    Tick command line options and type in the arguments in the space.