mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Command line option "--debug-log="
This commit is contained in:
parent
ab10548bda
commit
fac59b8022
1 changed files with 3 additions and 4 deletions
|
|
@ -48,7 +48,8 @@ begin
|
|||
FillChar(Options, SizeOf(Options), #0);
|
||||
with Options[1] do
|
||||
begin
|
||||
Name:= 'no-console';
|
||||
Name:= 'debug-log';
|
||||
Has_arg:= 1;
|
||||
end;
|
||||
with Options[2] do
|
||||
begin
|
||||
|
|
@ -82,9 +83,7 @@ begin
|
|||
case OptionIndex of
|
||||
1:
|
||||
begin
|
||||
{$IF DEFINED(NIGHTLY_BUILD)}
|
||||
HideConsoleWindow;
|
||||
{$ENDIF}
|
||||
// Used by LazLogger
|
||||
end;
|
||||
2:
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue