I want to debug a command line program that uses arguments. Like "cat <argument>". How do I set such an argument in my debugger to check if my program is handling this argument in an expected way?
Did not find anything in vs docs.
I want to debug a command line program that uses arguments. Like "cat <argument>". How do I set such an argument in my debugger to check if my program is handling this argument in an expected way?
Did not find anything in vs docs.