Thread overview | |||||
---|---|---|---|---|---|
|
July 04, 2006 Debugging WinDbg / Gdb | ||||
---|---|---|---|---|
| ||||
Is it possible to display class fields during debugging with any of the two (without creating local variables that reference them?) |
July 04, 2006 Re: Debugging WinDbg / Gdb | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lars E. | 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 Re: Debugging WinDbg / Gdb | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lars E. | 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 |
Copyright © 1999-2021 by the D Language Foundation