mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 23:30:30 +02:00
FpDbg: Replace writeln with debugln
git-svn-id: trunk@42848 -
This commit is contained in:
parent
20a6b30256
commit
1fbc190903
@ -3317,8 +3317,8 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
FPDBG_DWARF_WARNINGS := DebugLogger.RegisterLogGroup('DBGMI_QUEUE_DEBUG' {$IFDEF FPDBG_DWARF_WARNINGS} , True {$ENDIF} );
|
||||
FPDBG_DWARF_VERBOSE := DebugLogger.RegisterLogGroup('DBGMI_QUEUE_DEBUG' {$IFDEF FPDBG_DWARF_VERBOSE} , True {$ENDIF} );
|
||||
FPDBG_DWARF_WARNINGS := DebugLogger.RegisterLogGroup('FPDBG_DWARF_WARNINGS' {$IFDEF FPDBG_DWARF_WARNINGS} , True {$ENDIF} );
|
||||
FPDBG_DWARF_VERBOSE := DebugLogger.RegisterLogGroup('FPDBG_DWARF_VERBOSE' {$IFDEF FPDBG_DWARF_VERBOSE} , True {$ENDIF} );
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user