macOS: debugging hell - strange behavior in lldb and gdb
John Colvin via Digitalmars-d-debugger
digitalmars-d-debugger at puremagic.com
Tue Feb 14 07:37:34 PST 2017
On Sunday, 12 February 2017 at 10:27:38 UTC, Relja Ljubobratovic
wrote:
> Hey guys,
>
> I've had zero luck with debuggers on macOS. Here's the story:
>
> [...]
You might find adding symbolic debug info will be useful, which
is done with -g or -gc. You might also want to experiment with
the --debuglib settings and/or --link-debuglib for dealing with
phobos.
More information about the Digitalmars-d-debugger
mailing list