XDebug Tutorial: How to View Source Code
The source page contains both a listing of all files and routines in the
application and a text area for a file's source.
- Source listing, class listing on left side of page.
- Click on file: top of file source displayed.
- Click on routine: top of routine source displayed.
- Executable lines indicated via
dimmed break point icon next to source lines.
- Active routines and lines indicated by check mark.
- Button-2 click over source code text will dive into the
text (display routine, variable's value, type info...).
Acknowledgement and Disclaimer