84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
最近接手一个项目(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