I have a project which passes two command line arguments to another project. I am trying to setup a watch to see what the values of these arguments exactly are. So in the watch window I enter My.Application.CommandLineArgs(0) and My.Application.CommandLineArgs(1) on different lines. But I am only getting a message
{"Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index"} System.ArgumentOutOfRangeException
Quote:
{"Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index"} System.ArgumentOutOfRangeException