vscodium: pass arguments for debugging

84 views Asked by At

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.

0

There are 0 answers