Possible to view D strings in gdb?

Samuel Lampa samuel.lampa at gmail.com
Sat Mar 2 14:33:44 PST 2013


Hi,

When using gdb to debug my d program, is there any way to correctly 
display the string variables? (I'm new to gdb, so I might have missed 
something?).

if I do:

print(myString), I will only get something like:

$1 = 0x00007fffffffe8970000000000000018

Best Regards
// Samuel


More information about the Digitalmars-d-learn mailing list