Generates a debugger message with the content from the specified value.
Source position: lazlogger.pas line 29
function DbgStr( |
const StringWithSpecialChars: string |
):string; overload; |
const StringWithSpecialChars: string; |
StartPos: PtrInt; |
Len: PtrInt |
):string; overload; |
const p: PChar; |
Len: PtrInt |
):string; overload; |
Calls the DbgStr routine in LazLoggerBase unit to write the value(s).
|
Generates a debugger message with the content from the specified value. |
| Version 4.4 | Generated 2025-11-08 | Home |