About debugging (again)

Basile B. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 17 10:46:05 PDT 2016


On Monday, 17 October 2016 at 15:45:56 UTC, ANtlord wrote:
> On Monday, 17 October 2016 at 15:43:32 UTC, ANtlord wrote:
>> Hello! I've met an issue related to debugging by GDB. Directly 
>> when I try to show call stack I get like this 
>> http://pastebin.com/kRFRqznq. How can I make name of methods 
>> more human readable?
>>
>> I see part of printed name matches to name of methods from 
>> code and I can suppose what method was called, but it would be 
>> great if I can debug application without any supposing.
>>
>> Sorry if my english is not clear.
>
> Oh Sorry, I've forgotten about pointing technical parameters.
>
> Ubuntu 14.04
> GDB 7.7.1
> DMD64 D Compiler v2.071.1

redirect gdb's output to "ddemangle". This is what I do in the 
alpha version of Coedit's GDB commander, now in console mode I 
don't know the exact method.



More information about the Digitalmars-d-learn mailing list