Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soulflyman authored Apr 8, 2019
1 parent ba004b7 commit 8f941f7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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.

0 comments on commit 8f941f7

Please sign in to comment.