digitalmars.D - Debugging WinDbg / Gdb
- Lars E. (2/2) Jul 04 2006 Is it possible to display class fields during debugging with any of the
- John Demme (7/9) Jul 04 2006 GDB, no. Not certain about WinDbg, but DMD supposedly supports WinDbg
- Carlos Santander (4/6) Jul 04 2006 On Mac OS X, using gdc, I can "print this" on gdb.
Is it possible to display class fields during debugging with any of the two (without creating local variables that reference them?)
Jul 04 2006
Lars E. wrote:Is it possible to display class fields during debugging with any of the two (without creating local variables that reference them?)GDB, no. Not certain about WinDbg, but DMD supposedly supports WinDbg better than GDB. -- ~John Demme me teqdruid.com http://www.teqdruid.com/
Jul 04 2006
Lars E. escribió:Is it possible to display class fields during debugging with any of the two (without creating local variables that reference them?)On Mac OS X, using gdc, I can "print this" on gdb. -- Carlos Santander Bernal
Jul 04 2006