本文介绍了使用参数调试exe文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友,
我正在使用Visual Studio运行以下功能

Hi Friends,
I am using visual studio to run following function

<br />
int main(int argc, char *argv[])<br />
{<br />
bla bla<br />
}<br />


我需要调试此代码.问题是我无法调试此代码,因为我需要传递不同的参数.如果我将路径作为代码内的变量来提供,程序将无法加载文件,因此我无法使用argv.
希望你能理解
感谢您的帮助


I need to debug this code. the problem is I cant debug this code as i need to pass different parameters. More I cannot do out of argv as the program does not load the file if I give the path as a variable inside code.
Hope you are understanding
Thank you for help

推荐答案



这篇关于使用参数调试exe文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 21:36