Re: GDB support for multithreaded D application debugging

2013-04-30 Thread David
Am 29.04.2013 15:55, schrieb d coder:
 Greetings
 
 I just wanted to find out how good is the GDB support for debugging
 multithreaded code written in D language. I remember trying it sometimes
 back, but could not get it to work.
 
 Any suggestions?
 
 Regards
 - Puneet
 
I think GDB 7.5 is fully compatible to GDC produced debug-code. Maybe
try GDC anc GDB 7.5?


GDB support for multithreaded D application debugging

2013-04-29 Thread d coder
Greetings

I just wanted to find out how good is the GDB support for debugging
multithreaded code written in D language. I remember trying it sometimes
back, but could not get it to work.

Any suggestions?

Regards
- Puneet