> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Debug Win client

> Debug Windows client

## Add the following parameters to SuperOffice.ini

```text theme={null}
[Error]
EnableDebug=1
EnableOleDBLog=0
EnableReporterLog=1
Truncate=0
Logpath=c:\SO_arc\data\SOError.log
```

* Most parameters are either on = 1 or off = 0.

* **EnableOleDBLog** supports log levels 1-5. Use it to troubleshoot anything using the OleDBProvider, such as reports.

* **Logpath**: make sure the path is accessible for the client you want to make the log file for. For debugging, it is most useful if this location is used only for the client with problems, so a local folder where the user has a write-permission is ideal.

See the [SuperOffice.ini reference][1] for details.

<Warning>
  If you enable the comprehensive error logging function, you must remember to disable it (set `EnableDebug=0`) afterward. Otherwise, the hard disk will fill up.
</Warning>

## Get debug info from NetServer

Because the Windows client uses both old components and NetServer, you need to [enable debug in SuperOffice.config][3] in addition to *SuperOffice.ini* for support to be able to trace what happens.

The `LogFolder` is set to *%Localappdata%\SuperOffice* by default, but you may change this to the same location as the Logfolder in *SuperOffice.ini*.

When you use SuperOffice Win, the Scaffolding option is not in the *SuperOffice.config* file at all.

If asked for even more extended logging, you may turn this on by adding:

```xml theme={null}
<add key="EnableScaffolding" value="true" />
```

[1]: ../install/win-client/superoffice-ini

[3]: ./index


## Related topics

- [Debug Web client](/en/onsite/debug/web-client.md)
- [Prepare Win client computer](/en/onsite/install/win-client/prepare-client.md)
- [CRM Online WinClient](/en/api/nuget/crm-online-winclient.md)
- [Client requirements for SuperOffice Web and Win](/en/onsite/requirements/web-client.md)
- [Upgrade to SuperOffice 9 or 10](/en/onsite/upgrade/to-9/index.md)
- [Upgrade to SuperOffice 11](/en/onsite/upgrade/to-11/index.md)
