Over-eager globbing
I started up the 7065 debugger with the following program parameters:
d:/foo/bar **
When the application starts the arguments list includes "d:/foo/bar" and
the name of every file in the working directory, instead of the two
arguments I specified.
I want my application to process those arguments, not IDEA. Is there a
way to defeat the (new, I think) globbing functionality here? I tried
all the obvious quoting mechanisms--\*\*, "*", '*'. Nothing seems to work.
Please sign in to leave a comment.