[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'LazLogger' (#lazutils)

DbgStr

Generates a debugger message with the content from the specified value.

Declaration

Source position: lazlogger.pas line 29

function DbgStr(

  const StringWithSpecialChars: string

):string; overload;

function DbgStr(

  const StringWithSpecialChars: string;

  StartPos: PtrInt;

  Len: PtrInt

):string; overload;

function DbgStr(

  const p: PChar;

  Len: PtrInt

):string; overload;

Description

Calls the DbgStr routine in LazLoggerBase unit to write the value(s).

See also

LazLoggerBase.DbgStr

  

Generates a debugger message with the content from the specified value.


Version 4.0 Generated 2025-05-03 Home