March 02, 2013 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 |
Copyright © 1999-2021 by the D Language Foundation