Aras Innovator Platform

Enabling Debugging in Aras Innovator

Server method debugging is disabled by default in Aras Innovator 23. This setting saves disk space as the temporary dlls used for debugging the methods do not need to be created.

To enable the debugging of Server Methods, you can add the following line to your “InnovatorServerConfig.xml”, located in the root folder of your installation.

<operating_parameter key="DebugServerMethod” value="true” />

Server method debugging can then be disabled again by changing the value of this line to false.

After changing this value, you should restart IIS to confirm the change is applied.