Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Imported from: http://groups.google.com/group/in-portal-dev/browse_thread/thread/f37c3ad3ffb94e9f#

FirePHP ( http://www.firephp.org/ ) is a Firebug ( http://getfirebug.com/ )
plugin, that allows to display info in Firebug console right from PHP
script without a need to debug.

Could be quite useful on ajax-rich website when you want to see how a
specific sql looks like without a need to debug each one of them in Zend
Studio/PhpStorm.

Just type $this->Application->Debugger->firePHP()->log( ... ); or call any
other FirePHP class functions.

Task: firephp_debugger_support.patch

Related Tasks

Jira Legacy
serverIn-Portal Issue Tracker
keyINP-1072

Ready for testing.

--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

firephp_debugger_support.patch