lazarus/components/lazdebuggers/lazdebuggerfp/fpdebugstringconstants.pas

22 lines
337 B
ObjectPascal

unit FpDebugStringConstants;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
resourcestring
drsKeyForAddress = 'Key for Address';
drsKeyForTypename = 'Key for Typename';
drsFunctionName = 'Function name';
drsCallSysVarToLStr = 'Call SysVarToLStr';
drsCallJsonForDebug = 'Call JsonForDebug';
implementation
end.