Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

In-Portal has built-in debugger that collects information about rendered page and then presents it upon request (by pressing F12 key on that page). When debugging using "Zend Studio Debugger" the built-in debugger is automatically turned off (based on presence of "debug_*" cookies).

However same isn't done, when debugging using XDebug. To detect XDebug we should check forĀ XDEBUG_SESSION cookie as well.

Related Discussions

Related Tasks

  • No labels