www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Debugging WinDbg / Gdb

reply "Lars E." <notavailable notavailable.com> writes:
Is it possible to display class fields during debugging with any of the 
two (without creating local variables that reference them?)
Jul 04 2006
next sibling parent John Demme <me teqdruid.com> writes:
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
prev sibling parent Carlos Santander <csantander619 gmail.com> writes:
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