Command Line Arguments

My C# console application will take command line arguments and act on them (e.g: a file path).

How would I go about simulating parsing an argument to the application when in Fire for debugging. For example, let’s say my app is called testApp. In normal use I’d call it from the Terminal with testApp someFile.txt.

How do I tell Fire to pass the argument someFile.text as one of the command line arguments whilst I’m testing/debugging?

This is related to an earlier question I posted (but that was about Swift and was resolved using the global C_ARGC and C_ARGV values).

Project|Manage Start-Up Arguments :wink:

See https://docs.elementscompiler.com/Fire/Debugging/StartupArguments/ for more details.