Intel® System Debugger User Guide
ID | Date | Version | Classification |
---|---|---|---|
648476 | 10/17/2024 | Confidential |
Automatic Status Report
After a connection has been created through the connection wizard, manual or automated, click on the Help / Generate Status Report… button to generate a status report.
This status report contains all log files which have been created or modified within the last two days. It also contains detailed information on the current host / debug setup.
In CLI this functionality can be executed via
How to Get Log Files manually
Log Files
code-block:: none
Warning - Log File Location: The location of the different log files will change in the future.
- Installer
Windows:
%TMP%\intel_oneapi_installer andC:\IntelSWTools\logs\ (take the latest)Linux:
/opt/intel/oneapi/logs/installer.install.intel.oneapi.lin.sys_dbg_nda.product*.log (take the latest)
- Eclipse* IDE
<eclipse_workspace>\.metadata\.log<> e.g.,C:\Users\<name>\system_debugger\workspace\.metadata\.log
- Crash Log
Use the -vv parameter to enable verbose mode for the terminal output, see Terminal content as text (CLI issue)
- TCA
Windows:
%TMP%/tca-*.log (take the latest)Linux:
/tmp/isd_env_<user_name>-<date>/tca-*log (take the latest)
- System Debug
You need to enable logging first in the launch configuration: Debugger Diagnostics > Enable Debugger Logs
<eclipse_workspace>/isysdbg-*.log (take the latest) e.g.C:\Users\<name>\system_debugger\workspace\isysdbg-20210804_170743.log
- Python* Shell / CLIs
Log file(s) are located at
<isd_cli_workspace>/logs/*.log Logs from previous sessions are located at
<isd_cli_workspace>/logs/archive/*.zip Type isd.settings.workspace to see the location of
<isd_cli_workspace> For the GUI tool
<isd_cli_workspace>=<eclipse_workspace>/isd_cli/<tca_profile_id> (GUI issue) e.g.,C:\Users\<name>\system_debugger\workspace\isd_cli\61404122-2c59-4025-937c-50619426ed61 For CLI tool, the default
<isd_cli_workspace>=<user_home_dir>/isd_workspace (CLI issue) e.g.,C:\Users\<name>\isd_workspace
- System Trace
File > Export > System Trace > Trace session (GUI issue)
<isd_cli_workspace>/trace/<session_id> (take the latest), needs to be zipped manually (CLI issue)- Server logs (GUI issue)
Windows:
%LocalAppData%\Intel\serverLog*.txt (take the latest) e.g.,C:\Users\<name>\AppData\Local\Intel\serverLog.2021-08-02_15.21.52.txt Linux:
~\serverLog*.txt (take the latest)
- OpenIPC
Right click on OpenIPC tray icon, click Show Diagnostics.
Follow instructions within Log Configuration section to configure logging.
- Intel® Debug Extensions for WinDbg
%TMP%/intel_debug_logs/windbg_dci/*.log (take the latest)Python terminal: copy content as text.