.
> 
> > The Debugger does not show UTF-16-Strings correctly (it shows the same
> > result as pchar() ). Is this just a Lazarus problem, or does FPC need to
> > provide additional support for this ?
> 
> No idea. Both are possible.
Recent GDB should support direct display of 16-bit strings
using 
x /ws @StringVar
or
x /sw StringVar
depending on the type of StringVar ...

I have no idea if this is supported by Lazarus...

Pierre Muller
Pascal language maintainer for GNU Debugger GDB

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to