-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba004b7
commit 8f941f7
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# XdbgTraceViewer | ||
Display Xdebug generated trace files. | ||
|
||
# Requirements | ||
Install Xdebug and test if you can Debug some PHP files. After that set the following parameters in your php.ini: | ||
``` | ||
xdebug.trace_options=0 | ||
xdebug.trace_format=1 | ||
``` | ||
|
||
**xdebug.trace_options=0** is not required but recomended. | ||
|
||
# Note | ||
I created this tool only to finde a error in a 2gb sized trace file (I know I know...). | ||
So use it as your own risk. It is not optimiced and can crash at every moment. |