www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Possible to view D strings in gdb?

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
Mar 02 2013