[Overview][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |