문제

In a Unix world I've been happily using gdb for debugging and valgrind for memory analyzation.

Are there open-source quality alternatives for Windows?

I'm looking for lightweight pieces of software that do what you need, and never get in your way (just like gdb and valgrind).

도움이 되었습니까?

해결책

Microsoft Visual Studio Express edition is free (but not open source).

In the Microsoft Debugging Tools there's also the WINDBG debugger. Also free, not open source.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top