On Wednesday, 12 February 2014 at 14:23:23 UTC, Vladimir
Krivopalov wrote:
Yes, I'm running it in Linux with GDB 7.7, DMD 2.064 and CDT
8.2.1
So far I haven't seen any errors in CDT views while running a
debug session for my sample D program.
Interestingly though, I don't have th
On Wednesday, 12 February 2014 at 11:55:00 UTC, Bruno Medeiros
wrote:
Please follow this bug:
https://github.com/bruno-medeiros/DDT/issues/43
BTW, was that sample run in Linux? Using DMD?
Thanks for pointing me to the related bug!
Yes, I'm running it in Linux with GDB 7.7, DMD 2.064 and CDT
Hi Bruno,
First off, I wanted to share my appreciation for working on D
support in Eclipse and especially for introducing the debugging
capabilities with DDT - really awesome!
I started playing around with the CDT debugger for D programs and
so far got a question about D dynamic arrays.
Actu