PHP Debugging: Threads Window

See Also

The Threads window lists all threads in the current debugging session. You open the Threads window by choosing Window > Debugging > Threads.

The information given for each thread is the thread name, state and if the thread is suspended. One thread is the current thread. By default, the current thread is the thread in the current session from which the debugger gained control. When you select a different current session, the Threads window is updated to show the threads for that session.

Thread States

The following table describes the thread states for the debugger.

State Description
Not Started Thread has not yet been started.
Running Thread is runnable.
Unknown Thread status is unknown.
Suspended Thread is waiting.
Zombie Thread has completed execution.

Icons

The following table describes the icons displayed to the left of the object name.

Icon Description
Current thread group The thread group that contains the current thread
Thread group A thread group that does not contain the current thread
Current thread The current thread, running
Running thread A thread that is running and is not current
Suspended thread A thread that is suspended
See Also
Current Context in the PHP Debugger
Debugger Windows

Legal Notices