digitalmars.D.learn - Possible to view D strings in gdb?
- Samuel Lampa (9/9) Mar 02 2013 Hi,
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