robnee
Jun 19, 2018 - 13:55
Is it possible to debug a program that requires command line arguments via sys.argv? This behaves differently when launched via Run vs Debug (after setting a breakpoint) and the command line arguments, when specified, are lost.
Import sys
Print(sys.argv)