insight
insight copied to clipboard
Advanced library for interacting with PHP from the browser.
* [ ] Get tests working * [ ] Ensure full test coverage * [ ] Get working with https://github.com/firephp/firephp-for-browser-devtools * [ ] Update documentation * [ ] Create intro...
Hello! I'm using Firebug 2.0.18 and Firefox 51. News about Firebug: https://blog.getfirebug.com/2016/06/07/unifying-firebug-firefox-devtools/ So...now my FirePHP becomes broken. How to use it with Firefox DevTools?
Hello! I found a strange problem with output unicode symbols in FirePHP. For example, if I put some unicode letters in Log: ``` Log::info("Что-то"); Log::info("Odómetro"); ``` Output:  `` tag...
Replace `$this instanceof FirePHP_Insight` at: https://github.com/firephp/firephp/blob/master/lib/FirePHPCore/FirePHP.class.php#L734 with: https://github.com/firephp/firephp/blob/master/lib/FirePHPCore/FirePHP.class.php#L295 Reported: http://firephp.842658.n2.nabble.com/fatal-error-td7414417.html
i made it. @see https://mail.google.com/mail/?shva=1#inbox/131675a6a3d497ed
When one of the debug arrays contains a resource, is_resource() function sometimes does not detect it well. See http://php.net/manual/en/function.is-resource.php#103942 for details. This is the fix for the situation.
Hey, I would appreciate a Search Field in the VariableViewer. I console log an array with a large number of entrys and it would be nice to be able to...
See: https://github.com/firephp/firephp/blob/master/lib/Insight/Server.php#L106 See: https://groups.google.com/d/topic/devcomp/R1BGJ3iUwTU/discussion
See: http://firephp.842658.n2.nabble.com/firephp-log-upgrade-version-td7572747.html
firephp stops working after installing yslow. using firefox 13 as well as 12. Also using the latest stable version of firebug and firephp.