About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
development:troubleshooting [2019/02/27 13:52] – created demiankatzdevelopment:troubleshooting [2019/02/27 13:55] demiankatz
Line 16: Line 16:
  
 Logging is not only a useful way to troubleshoot a known problem, but it is also a good way to detect unknown problems -- setting up a log in a production system and monitoring it for unusual activity is strongly recommended. Logging is not only a useful way to troubleshoot a known problem, but it is also a good way to detect unknown problems -- setting up a log in a production system and monitoring it for unusual activity is strongly recommended.
 +
 +===== Use Xdebug =====
 +
 +In a situation where you need to closely inspect how code is behaving, you can use PHP's Xdebug extension for full code-level debugging functionality -- step through code, inspect variable values, etc. Several IDEs support Xdebug, and a Google search for "Xdebug" and the tool of your choice should provide the latest instructions on how to set things up. If you are not already using an IDE, see our [[development:recommended_tools|Recommended Tools]] page for some free, open source options.
  
 ===== Use Your Browser's Debugging Tools ===== ===== Use Your Browser's Debugging Tools =====
development/troubleshooting.txt · Last modified: 2024/02/23 11:36 by demiankatz