FpDebug: tests, fix compile utf8 data

This commit is contained in:
Martin 2023-05-26 18:22:46 +02:00
parent 81b8660cb1
commit 55fcc1e210
2 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ program WatchesValuePrg;
{$notes off}
{$warnings off}
{$inline off}
{$IfnDEF WIndows} {$Codepage utf8} {$ENDIF}
uses sysutils, Classes, variants;