最近接手一个项目(Window下的,里面主要是C++,还有一个bat脚本)编译该项目是双击其目录下的bulid.bat文件,就生成了可执行文件,我的想法调试该项目可执行文件,单步执行查看程序源码的执行流程,请问在window下如何做?(之前只接触过linux,gdb xxx.exe 就行了)
认证0级讲师
Use an IDE to debug, or if you are familiar with Linux, you can use cygwin, minGW and other tools to simulate the Linux environment
You can try VS.
If there is an sln or csproj file, it means it was developed in vs. You can try it with vs. If not, then look for windbg
Use an IDE to debug, or if you are familiar with Linux, you can use cygwin, minGW and other tools to simulate the Linux environment
You can try VS.
If there is an sln or csproj file, it means it was developed in vs. You can try it with vs. If not, then look for windbg