Debug Mode on Windows 10+ / Server 2019+
- Install CICB.
- Make sure
server.exeandclient.exeare not running. - Create the configured debug trigger file. The default trigger filename is
debug.txt. - Place the file in the expected debug-trigger location for your deployment.
- Launch the components you want to troubleshoot and reproduce the issue.
- Review the generated
debug.logoutput and provide relevant errors or logs for support review.
IMPORTANT: Use one debug trigger filename consistently in the instructions and deployment process. Do not mix debug.on and debug.txt in the same procedure.
Proxy Issue
Check your system-level and user-level proxy and bypass settings. On Windows, environment inspection through a command prompt can help confirm active proxy-related variables.
Trace Mode on Windows 10+ / Server 2019+
Run Command Prompt as Administrator and use sxstrace.exe when investigating side-by-side or runtime dependency issues.
Example workflow:
sxstrace.exe trace -logfile:"C:\Users\<your-user-name>\Desktop\sxstrace.etl"
Launch the affected CICB component and reproduce the issue, then stop tracing and parse the result:
sxstrace.exe parse -logfile:"C:\Users\<your-user-name>\Desktop\sxstrace.etl" -outfile:"C:\Users\<your-user-name>\Desktop\sxstrace.txt"
Review the parsed trace file for runtime dependency details.
