www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - GDB support for multithreaded D application debugging

reply d coder <dlang.coder gmail.com> writes:
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
Apr 29 2013
parent David <d dav1d.de> writes:
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?
Apr 30 2013