From: Aaron W. L. <aar...@aa...> - 2004-11-09 20:04:23
|
Steve Lee wrote: >>is there some way to use GDB as a just-in-time debugger? A >>DrGDB? :-) > > I guess Windoz doesn't create suitable coredumps - perhaps a tool > exists to convert? Now thats another annoyance. For whatever reason, noone ever implemented proper core dumps for Cygwin. That wouldn't really help out MinGW, though. Maybe a library could be written to do this, or even DrMinGW could perhaps create cores. In the near-term, though, it seems like getting GDB to work as a JIT debugger might be easiest. Aaron W. LaFramboise |