PeterBubresko Posted November 26 Share Posted November 26 Before I had a debugging script I pasted it on top of the .php file. The result was shown as ... or, on a white and orange screen. Does anyone have that little script block? Could you please tell me where to find it, or please give it to me? Quote Link to comment https://forums.phpfreaks.com/topic/325705-php-debugging-script/ Share on other sites More sharing options...
requinix Posted November 26 Share Posted November 26 "White and orange" kinda sounds like Xdebug's output. Quote Link to comment https://forums.phpfreaks.com/topic/325705-php-debugging-script/#findComment-1642252 Share on other sites More sharing options...
gizmola Posted December 5 Share Posted December 5 On 11/26/2024 at 1:38 PM, requinix said: "White and orange" kinda sounds like Xdebug's output. Yeah, thought the same thing. Symfony provides a really nice package that makes it simple to add a debugging and profiling toolbar for development, however as far as I am aware, it does depend on the Symfony core framework. @PeterBubresko Laravel has something similar, that is built upon this component: http://phpdebugbar.com/ As a separate component, it can be used in any application you are developing, and has some support for a number of component libraries you might also benefit from like monolog or doctrine. You do need to know some of the basics of using composer to install php Debugbar, but it is otherwise quite easy to use, and has decent documentation. Quote Link to comment https://forums.phpfreaks.com/topic/325705-php-debugging-script/#findComment-1645079 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.