-
Notifications
You must be signed in to change notification settings - Fork 9
Debugging
Joomlatools Pages has a built-in debugger to help you understand errors and exceptions. To enable it, set the Debug Joomla configuration to Yes, and Error Reporting to development in Joomla's global configuration.
If you have Xdebug enabled the framework will automatically enable the debugger. You can enable Xdebug in a single command if you are using our Vagrant Box.
Note: With XDebug enabled the build-in debugger will be able to show a complete stacktrace for any type of error, including fatal errors. Without it enabled fatal errors will only show the location they have been thrown in.
We have also written specific tutorials how to debug with our favorite IDE's our team uses:
Got a question or need help? We have a forum on Github Discussions where you can get in touch with us.
