summaryrefslogtreecommitdiff
path: root/vfs
diff options
context:
space:
mode:
Diffstat (limited to 'vfs')
-rw-r--r--vfs/UVFSCore.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/vfs/UVFSCore.pas b/vfs/UVFSCore.pas
index b39ad8e..e7d63a2 100644
--- a/vfs/UVFSCore.pas
+++ b/vfs/UVFSCore.pas
@@ -1121,6 +1121,8 @@ end;
procedure DoInitPlugins;
begin
+ if ParamDebug then
+ setenv('TUXCMD_DEBUG', '1', 1);
PluginList := TList.Create;
if not ParamDisablePlugins then begin
BinaryPath := GetBinaryPath;