Thread overview
Debugging WinDbg / Gdb
Jul 04, 2006
Lars E.
Jul 04, 2006
John Demme
Jul 04, 2006
Carlos Santander
July 04, 2006
Is it possible to display class fields during debugging with any of the two (without creating local variables that reference them?)
July 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/
July 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