Assuming you are starting your program via Main rather than through a Form, then simply Application > Properties > Debug and enter the command line parameters there
Alternatively, just run from the Immediate window, eg
Msgbox(Module1.Main("test Argument"))