Skip to content

FpDebug takes into account that FPC 3.3.1 changed offset of the CodePage field in TAnsiRec

When reading strings, FpDebug sets the required CodePage to the received AnsiString,
the value of which is read from the memory of the process being debugged.

Starting with commit freepascal.org/fpc/source@ee10850a (current version of FPC 3.3.1)
the offset of the CodePage field in record TAnsiRec has changed. This change is relevant only to CPU64.

Follows freepascal.org/fpc/source#38018 (closed)

Merge request reports