Skip to main content
To debug with strace, run the following commands using SSH:
  1. Run the process status command:
    Sample output:
  2. Identify the PID of the process that you want to debug.
  3. Run the strace command:
    In this example, 440 is the PID
    Sample output:
    For more information about strace, see Linux manual page.