Create FuzeWorks::DeepThought
#7
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: FuzeWorks/Core#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
XDebug has the ability to track all activity of a PHP application. DeepThought is an application that integrates into the Tracy Toolbar, and provides the ability to restart the application with a detailed application history.
DeepThought creates this ability by creating a socket connection, which launches another FuzeWorks instance, which will do the tracking. The process is as follows;
coreStartEvent
and starts the DeepThought client libraryIn order for this to work, xDebug needs to be installed and PHP sockets need to be available. Write permissions are also presumed.