ArgUI supports wrapping any implementation of the Python 3 argparse native library. This will all you to use both standard terminal and interface modes to interact with your program. Your program can ...
select "add a configuration" select "python debugger" select "python file with arguments" launch a debug session and pass arguments -a 10 -b 100 You can see that the arguments are passed wrapped in ...