Debug Mode on Windows 10+ / Server 2019+
- Install CICB.
- Make sure
server.exeandclient.exeare not running. - Open a notepad to create a text file with content
server,client,ccm, then save it intoC:\ProgramData\CyberIntelSystems\CICB\debug.txt - Launch the components you want to troubleshoot and reproduce the issue. (e.g. server.exe/client.exe/ccm.exe)
- Submit the
debug.logto our customer support team.
IMPORTANT
A running debug log will be created and will grow over time. Make sure to delete the trigger file (debug.txt) once you are done with debugging.
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.
