Hello Everyone, Apologies if this isn’t the correct list to email. I have a new installation (Slackware current with GNUstep compiled from GitHub sources) and when I try to debug a program in lldb, it only displays the address of the variable not the contents, for example in the debugger:
url = [NSURL fileURLWithPath:@"/home/steven/Projects/test.xml”]; (lldb) po url 0x00005555558275e8 (lldb) I sort of vaguely remember this happening to me before but I have built a new system in a long time and can’t recall. Any help would be appreciated. Thanks Steven