[fpc-pascal] working with lldb

Ingemar Ragnemalm ingemar at ragnemalm.se
Sat May 5 12:25:25 CEST 2018


Den 2018-05-05 kl. 12:00, skrev Mr Bee <pak.lebah at yahoo.com>:
> Hi,
> Is there a way to make LLDB able to read and display Pascal's string correctly? At least, ansi string. I'm now using this option '-glpsw3 -godwarfcpp'. Did I miss some options or something?
> Thank you.

In my experience, AnsiStrings will print with no problems. For example, 
they print nicely with a command like "fr v" as well as "p". Short 
strings are worse, they display as arrays or separate characters.

So what are you doing with them that goes wrong?

/Ingemar




More information about the fpc-pascal mailing list