GDB, cant break on _d_throwc anymore !

Basile B. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Sep 18 08:40:09 PDT 2016


Hello, I'm sure it was working last time I've tried (I can't say 
when, maybe > 6 months). I'm on linux x86_64, GDB 7.8

If I send to GDB "break _d_assert" it will break correctly on 
"assert(false);" so I can jump over. But the equivalent for 
_d_throwc doesn't work anymore !

Any idea ?


More information about the Digitalmars-d-learn mailing list