Debugger command line arguments in Code::blocks

穿精又带淫゛_ 提交于 2019-12-08 17:04:06

问题


When debugging a program in Code::blocks, how do you specify command line arguments to be sent to the program being debugged. I can't find where to set this for the life of me and google searches bring up settings for debugging the compiler itself, rather than programs written in the compiler. It would be a strange thing to leave out.

Thanks,

Tim.


回答1:


Ah, looking with a visual studio head on. It's not in the project settings dialog but off the project menu:

Project->Set Programs Arguments



来源:https://stackoverflow.com/questions/6716848/debugger-command-line-arguments-in-codeblocks

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!