|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.debugger - any chance of showing array contents & classes with debugOutput() func to show their contents?
any chance of showing array contents & classes with debugOutput() or toString() func to show their contents in ddbg? that would be really cool Apr 19 2007
what exactly do you mean? ddbg should output the result of a toString method of a class if it has one? array contents and classes can already be shown component-wise. bc wrote:any chance of showing array contents & classes with debugOutput() or toString() func to show their contents in ddbg? that would be really cool Apr 19 2007
On Thu, 19 Apr 2007 17:43:43 +0100, Jascha Wetzel = <"[firstname]" mainia.de> wrote:what exactly do you mean? ddbg should output the result of a toString method of a class if it ha= Apr 19 2007
i see what you mean for classes, but arrays of ints? they are output in the only way i can imagine (make sure you use dmd 1.011 or later and ddbg 0.1 or later to not have to use type casts on arrays) bc wrote:On Thu, 19 Apr 2007 17:43:43 +0100, Jascha Wetzel <"[firstname]" mainia.de> wrote:what exactly do you mean? ddbg should output the result of a toString method of a class if it has one? Apr 19 2007
On Thu, 19 Apr 2007 20:00:52 +0100, Jascha Wetzel = <"[firstname]" mainia.de> wrote: ah, it already does what i was talking about for arrays on those version= s, sorry.i see what you mean for classes, but arrays of ints? they are output i= Apr 20 2007
|