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.