Is it possible to specify commandline arguments for a program in developement?
I'm writing a commandline driven program and I'm currently having to start it from the dos prompt (which is what I want in the long run). Whenever I hit an error I can't debug the source code, only the ASM code (which means nothing to me).
Is there a way to specify the command line arguments I want before I hit the run button? Then I'll be able to use the IDE's debug facilities.




Reply With Quote