Live without debugger?
    rcor via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Nov  9 06:20:25 PST 2014
    
    
  
On Sunday, 9 November 2014 at 09:14:14 UTC, ketmar via 
Digitalmars-d-learn wrote:
> On Sun, 09 Nov 2014 08:26:57 +0000
> Suliman via Digitalmars-d-learn 
> <digitalmars-d-learn at puremagic.com>
> wrote:
>
>> Do you often need debugger when you are writing code?
> almost never.
>
>> For which tasks debugger are more needed for you?
> inspecting coredumps.
Pretty much this for me too. I wish I could make more use of it, 
but the best debugger I've found is GDB, which still seems far 
from optimal for D. It can at least give you an idea of where the 
core dump was triggered.
    
    
More information about the Digitalmars-d-learn
mailing list