Document toolboxDocument toolbox

Private & Confidential

Command Line Arguments

Igloo Core Engine supports several command-line arguments that can be used to control its behavior.


Startup Session

Description:
This argument is used to specify a session ID that Igloo Core Engine will load on start up

Format:
sessionId=<id>


Chromium Remote Debug Port

Description:
This argument specifies the port number for remote debugging of WebView layers. The program will use this port to establish a remote debugging connection.

Format:
remoteDebugPort=<port>

Example:

remoteDebugPort=8080

Then open Chrome or Edge and load http://localhost:8080


Always on Top

Description:
This setting overrides the alwaysOnTop option found in the EditorWindowsSettings.xml file. It can be especially useful for systems without a dedicated console monitor. By configuring this setting, you can create a shortcut that launches the Igloo Core Engine with the desktop interface visible (i.e., setting alwaysOnTop=0).

Format:
alwaysOnTop=<int>

Example:
alwaysOnTop=0

(c) Igloo Vision 2020