|
|
От: | FR | |
| Дата: | 07.08.09 05:12 | ||
| Оценка: | |||
I>If you want a debugger, instead of building gdb, I suggest using MSVC's excellent debugger. Look at libnuwen for an example of how to build programs with GNU Make and debug them with MSVC (hint: after running $(BATCH_FILE) , type devenv program.exe program.cc to open it up in the debugger).