I want to debug a program in Visual Studio 2008. The problem is that it exits if it doesn\'t get arguments. This is from the main method:
if (args == null ||
For Visual Studio Code:
launch.json
"args": ["some argument", "another one"],