Where can I input parameter in VC7 when I debugger?
-
Hello everyone! I want to debug my program, but When start the program need one parameter, where can I input the parameter in VC7, please help me! Thank you very much!
-
Hello everyone! I want to debug my program, but When start the program need one parameter, where can I input the parameter in VC7, please help me! Thank you very much!
For debugging purpose you can take variables instedof parameters Madhu S. Kapoor
-
Hello everyone! I want to debug my program, but When start the program need one parameter, where can I input the parameter in VC7, please help me! Thank you very much!
Right click on the project in Solution Explorer, click on Properties. Expand the treeview on the left and go to Configuration Properties->Debugging. Click on it and you'll find a textbox for entering "Command Arguments". Regards Senthil _____________________________ My Blog | My Articles | WinMacro
-
Right click on the project in Solution Explorer, click on Properties. Expand the treeview on the left and go to Configuration Properties->Debugging. Click on it and you'll find a textbox for entering "Command Arguments". Regards Senthil _____________________________ My Blog | My Articles | WinMacro
Thank you for your reply. But in my program it doesn't work. I donn't know the reason. if I run my program in command line as this: "XXXD.exe /Debug " it run normally. But when I debug it in program, I fill the debugging's Command :XXXD.exe, and fill the "Command Arguments": /Debug, but it run as : "XXXD.exe" it seems the "Command Arguments" doesn't work , Perhaps there is something I should to set ?
-
Hello everyone! I want to debug my program, but When start the program need one parameter, where can I input the parameter in VC7, please help me! Thank you very much!
what program why not say the detail. ---------------------------- Jerry yu Chinese programming fans