|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D 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 - Minidump with heap
According to the minidump article that the ddbg docs link to, it's possible to write a minidump with the heap included, though of course that makes the dump bigger. Is there any possibility of getting this in ddbg? I've got a program that fails on someone else's computer (that I don't have access to) and I need access to the heap to figure it out. Jun 23 2008
Jarrett Billingsley wrote:According to the minidump article that the ddbg docs link to, it's possible to write a minidump with the heap included, though of course that makes the dump bigger. Is there any possibility of getting this in ddbg? I've got a program that fails on someone else's computer (that I don't have access to) and I need access to the heap to figure it out. Jun 29 2008
"Jascha Wetzel" <firstname mainia.de> wrote in message news:g47ssu$1nhk$1 digitalmars.com...Jarrett Billingsley wrote:According to the minidump article that the ddbg docs link to, it's possible to write a minidump with the heap included, though of course that makes the dump bigger. Is there any possibility of getting this in ddbg? I've got a program that fails on someone else's computer (that I don't have access to) and I need access to the heap to figure it out. Jun 29 2008
i changed the permissions on ticket system s.t. everyone can add tickets. no login required anymore... Jarrett Billingsley wrote:"Jascha Wetzel" <firstname mainia.de> wrote in message news:g47ssu$1nhk$1 digitalmars.com...Jarrett Billingsley wrote:According to the minidump article that the ddbg docs link to, it's possible to write a minidump with the heap included, though of course that makes the dump bigger. Is there any possibility of getting this in ddbg? I've got a program that fails on someone else's computer (that I don't have access to) and I need access to the heap to figure it out. Jul 16 2008
|