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