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

