View Issue Details

IDProjectCategoryView StatusLast Update
0000777XdebugUncategorizedpublic2012-04-23 18:03
ReporterJim Bacon Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformXAMPP 1.7.7OSWindowsOS VersionXP SP3
Fixed in Version2.1.4 
Summary0000777: Connection to NetBeans Reset on stepping over call to mysqli_init
Description

Using XDebug 2.1.1 supplied with XAMPP and Netbeans 7.1 I have no problem.

I upgraded to XDebug 2.1.3-5.3-vc9 and could no longer debug my scripts because the connection to NetBeans would reset after hitting a breakpoint.

I found that the connection would always break after a call to mysqli_init().

Steps To Reproduce
  1. Create the script below.

<?php
if (!function_exists('mysqli_init') && !extension_loaded('mysqli')) {
echo('MySQLi extension for PHP is not installed. ');
} else {
$connection = mysqli_init();
var_dump($connection);
}
?>

  1. Set a break point on call to mysqli_init()
  2. Run debug.
  3. On break, F8 to step to the next line.
  4. The connection is reset and debug session aborted.
Additional Information

Upgraded from PHP 5.3.8 to 5.3.10 problem remained.
Downgraded to XDebug 2.1.1 to continue working.

TagsNo tags attached.
Attached Files
xdebug_remote_log (22,268 bytes)   
Log opened at 2012-02-13 15:53:24
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///C:/xampp/htdocs/Test/index.php" language="PHP" protocol_version="1.0" appid="1732" idekey="netbeans-xdebug"><engine version="2.1.3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2012 by Derick Rethans]]></copyright></init>

<- feature_set -i 1258 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1258" feature="show_hidden" success="1"></response>

<- feature_set -i 1259 -n max_depth -v 3
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1259" feature="max_depth" success="1"></response>

<- feature_set -i 1260 -n max_children -v 30
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1260" feature="max_children" success="1"></response>

<- feature_get -i 1261 -n max_data
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="1261" feature_name="max_data" supported="1"><![CDATA[1024]]></response>

<- breakpoint_set -i 1262 -t line -s enabled -f file:///C:/xampp/htdocs/Test/index.php -n 13
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="1262" state="enabled" id="17320005"></response>

<- run -i 1263
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="1263" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/Test/index.php" lineno="13"></xdebug:message></response>

<- stack_get -i 1264
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="1264"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/Test/index.php" lineno="13"></stack></response>

<- context_names -i 1265
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="1265"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>

<- context_get -i 1266 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="1266" context="0"><property name="$connection" fullname="$connection" type="uninitialized"></property></response>

<- context_get -i 1267 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="1267" context="1"><property name="$_COOKIE" fullname="$_COOKIE" address="125159584" type="array" children="1" numchildren="4" page="0" pagesize="30"><property name="SESS0cce899f6f68cc03896d8c35f19d2a07" fullname="$_COOKIE[&#39;SESS0cce899f6f68cc03896d8c35f19d2a07&#39;]" address="125160568" type="string" size="26" encoding="base64"><![CDATA[NmY5Mm0wa250YTk2OGsyaXExZjFkMGF2aDU=]]></property><property name="__utma" fullname="$_COOKIE[&#39;__utma&#39;]" address="125160976" type="string" size="54" encoding="base64"><![CDATA[MTExODcyMjgxLjg1ODAwMDQ1Ny4xMzI4MDAzNTg1LjEzMjgxMTM4MDguMTMyODExNjgwNi4z]]></property><property name="__utmz" fullname="$_COOKIE[&#39;__utmz&#39;]" address="125161392" type="string" size="70" encoding="base64"><![CDATA[MTExODcyMjgxLjEzMjgwMDM1ODUuMS4xLnV0bWNzcj0oZGlyZWN0KXx1dG1jY249KGRpcmVjdCl8dXRtY21kPShub25lKQ==]]></property><property name="has_js" fullname="$_COOKIE[&#39;has_js&#39;]" address="125161616" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property></property><property name="$_ENV" fullname="$_ENV" address="125162152" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="$_FILES" fullname="$_FILES" address="125161848" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="$_GET" fullname="$_GET" address="125159272" type="array" children="1" numchildren="1" page="0" pagesize="30"><property name="XDEBUG_SESSION_START" fullname="$_GET[&#39;XDEBUG_SESSION_START&#39;]" address="125159792" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property></property><property name="$_POST" fullname="$_POST" address="125161704" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="$_REQUEST" fullname="$_REQUEST" address="125162320" type="array" children="1" numchildren="1" page="0" pagesize="30"><property name="XDEBUG_SESSION_START" fullname="$_REQUEST[&#39;XDEBUG_SESSION_START&#39;]" address="125159792" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property></property><property name="$_SERVER" fullname="$_SERVER" address="125162560" type="array" children="1" numchildren="36" page="0" pagesize="30"><property name="MIBDIRS" fullname="$_SERVER[&#39;MIBDIRS&#39;]" address="125162968" type="string" size="22" encoding="base64"><![CDATA[L3hhbXBwL3BocC9leHRyYXMvbWlicw==]]></property><property name="MYSQL_HOME" fullname="$_SERVER[&#39;MYSQL_HOME&#39;]" address="125163232" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$_SERVER[&#39;OPENSSL_CONF&#39;]" address="125163488" type="string" size="29" encoding="base64"><![CDATA[L3hhbXBwL2FwYWNoZS9iaW4vb3BlbnNzbC5jbmY=]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$_SERVER[&#39;PHP_PEAR_SYSCONF_DIR&#39;]" address="125163736" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$_SERVER[&#39;PHPRC&#39;]" address="125163608" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$_SERVER[&#39;TMP&#39;]" address="125164120" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&#39;HTTP_HOST&#39;]" address="125164384" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&#39;HTTP_USER_AGENT&#39;]" address="125164648" type="string" size="69" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNS4xOyBydjoxMC4wLjEpIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTAuMC4x]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&#39;HTTP_ACCEPT&#39;]" address="125165048" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&#39;HTTP_ACCEPT_LANGUAGE&#39;]" address="125165368" type="string" size="14" encoding="base64"><![CDATA[ZW4tZ2IsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&#39;HTTP_ACCEPT_ENCODING&#39;]" address="125165608" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&#39;HTTP_CONNECTION&#39;]" address="125165240" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&#39;HTTP_COOKIE&#39;]" address="125166240" type="string" size="215" encoding="base64"><![CDATA[U0VTUzBjY2U4OTlmNmY2OGNjMDM4OTZkOGMzNWYxOWQyYTA3PTZmOTJtMGtudGE5NjhrMmlxMWYxZDBhdmg1OyBfX3V0bWE9MTExODcyMjgxLjg1ODAwMDQ1Ny4xMzI4MDAzNTg1LjEzMjgxMTM4MDguMTMyODExNjgwNi4zOyBfX3V0bXo9MTExODcyMjgxLjEzMjgwMDM1ODUuMS4xLnV0bWNzcj0oZGlyZWN0KXx1dG1jY249KGRpcmVjdCl8dXRtY21kPShub25lKTsgaGFzX2pzPTE=]]></property><property name="PATH" fullname="$_SERVER[&#39;PATH&#39;]" address="125167080" type="string" size="327" encoding="base64"><![CDATA[Qzpcb3JhY2xlXHByb2R1Y3RcMTAuMi4wXGNsaWVudF8zXGJpbjtDOlxXSU5ET1dTXHN5c3RlbTMyO0M6XFdJTkRPV1M7QzpcV0lORE9XU1xTeXN0ZW0zMlxXYmVtO0M6XFdJTkRPV1Ncc3lzdGVtMzJcbmxzO0M6XFdJTkRPV1Ncc3lzdGVtMzJcbmxzXEVOR0xJU0g7YzpcUHJvZ3JhbSBGaWxlc1xOb3ZlbGxcWkVOd29ya3NcO0M6XFByb2dyYW0gRmlsZXNcQ29tbW9uIEZpbGVzXFJveGlvIFNoYXJlZFxETExTaGFyZWRcO2M6XFByb2dyYW0gRmlsZXNcTWljcm9zb2Z0IFNRTCBTZXJ2ZXJcOTBcVG9vbHNcYmlublw7QzpcUHJvZ3JhbSBGaWxlc1xUb3J0b2lzZVNWTlxiaW47Wjou]]></property><property name="SystemRoot" fullname="$_SERVER[&#39;SystemRoot&#39;]" address="125167296" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="COMSPEC" fullname="$_SERVER[&#39;COMSPEC&#39;]" address="125167472" type="string" size="27" encoding="base64"><![CDATA[QzpcV0lORE9XU1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$_SERVER[&#39;PATHEXT&#39;]" address="125167912" type="string" size="48" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NI]]></property><property name="WINDIR" fullname="$_SERVER[&#39;WINDIR&#39;]" address="125168224" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&#39;SERVER_SIGNATURE&#39;]" address="125168776" type="string" size="138" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuMi4yMSAoV2luMzIpIG1vZF9zc2wvMi4yLjIxIE9wZW5TU0wvMS4wLjBlIFBIUC81LjMuMTAgbW9kX3BlcmwvMi4wLjQgUGVybC92NS4xMC4xIFNlcnZlciBhdCBsb2NhbGhvc3QgUG9ydCA4MDwvYWRkcmVzcz4K]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&#39;SERVER_SOFTWARE&#39;]" address="125168496" type="string" size="90" encoding="base64"><![CDATA[QXBhY2hlLzIuMi4yMSAoV2luMzIpIG1vZF9zc2wvMi4yLjIxIE9wZW5TU0wvMS4wLjBlIFBIUC81LjMuMTAgbW9kX3BlcmwvMi4wLjQgUGVybC92NS4xMC4x]]></property><property name="SERVER_NAME" fullname="$_SERVER[&#39;SERVER_NAME&#39;]" address="125169392" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&#39;SERVER_ADDR&#39;]" address="125169616" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&#39;SERVER_PORT&#39;]" address="125169792" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&#39;REMOTE_ADDR&#39;]" address="125170016" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&#39;DOCUMENT_ROOT&#39;]" address="125170248" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&#39;SERVER_ADMIN&#39;]" address="125170496" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&#39;SCRIPT_FILENAME&#39;]" address="125170760" type="string" size="30" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL1Rlc3QvaW5kZXgucGhw]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&#39;REMOTE_PORT&#39;]" address="125170976" type="string" size="4" encoding="base64"><![CDATA[MzIwNw==]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&#39;GATEWAY_INTERFACE&#39;]" address="125171256" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&#39;SERVER_PROTOCOL&#39;]" address="125171112" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property></property><property name="$GLOBALS" fullname="$GLOBALS" address="125632376" type="array" children="1" numchildren="8" page="0" pagesize="30"><property name="GLOBALS" fullname="$GLOBALS[&#39;GLOBALS&#39;]" address="125632376" type="array" children="1" recursive="1"></property><property name="_POST" fullname="$GLOBALS[&#39;_POST&#39;]" address="125161704" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="_GET" fullname="$GLOBALS[&#39;_GET&#39;]" address="125159272" type="array" children="1" numchildren="1" page="0" pagesize="30"><property name="XDEBUG_SESSION_START" fullname="$GLOBALS[&#39;_GET&#39;][&#39;XDEBUG_SESSION_START&#39;]" address="125159792" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property></property><property name="_COOKIE" fullname="$GLOBALS[&#39;_COOKIE&#39;]" address="125159584" type="array" children="1" numchildren="4" page="0" pagesize="30"><property name="SESS0cce899f6f68cc03896d8c35f19d2a07" fullname="$GLOBALS[&#39;_COOKIE&#39;][&#39;SESS0cce899f6f68cc03896d8c35f19d2a07&#39;]" address="125160568" type="string" size="26" encoding="base64"><![CDATA[NmY5Mm0wa250YTk2OGsyaXExZjFkMGF2aDU=]]></property><property name="__utma" fullname="$GLOBALS[&#39;_COOKIE&#39;][&#39;__utma&#39;]" address="125160976" type="string" size="54" encoding="base64"><![CDATA[MTExODcyMjgxLjg1ODAwMDQ1Ny4xMzI4MDAzNTg1LjEzMjgxMTM4MDguMTMyODExNjgwNi4z]]></property><property name="__utmz" fullname="$GLOBALS[&#39;_COOKIE&#39;][&#39;__utmz&#39;]" address="125161392" type="string" size="70" encoding="base64"><![CDATA[MTExODcyMjgxLjEzMjgwMDM1ODUuMS4xLnV0bWNzcj0oZGlyZWN0KXx1dG1jY249KGRpcmVjdCl8dXRtY21kPShub25lKQ==]]></property><property name="has_js" fullname="$GLOBALS[&#39;_COOKIE&#39;][&#39;has_js&#39;]" address="125161616" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property></property><property name="_FILES" fullname="$GLOBALS[&#39;_FILES&#39;]" address="125161848" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="_ENV" fullname="$GLOBALS[&#39;_ENV&#39;]" address="125162152" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="_REQUEST" fullname="$GLOBALS[&#39;_REQUEST&#39;]" address="125162320" type="array" children="1" numchildren="1" page="0" pagesize="30"><property name="XDEBUG_SESSION_START" fullname="$GLOBALS[&#39;_REQUEST&#39;][&#39;XDEBUG_SESSION_START&#39;]" address="125159792" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property></property><property name="_SERVER" fullname="$GLOBALS[&#39;_SERVER&#39;]" address="125162560" type="array" children="1" numchildren="36" page="0" pagesize="30"><property name="MIBDIRS" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;MIBDIRS&#39;]" address="125162968" type="string" size="22" encoding="base64"><![CDATA[L3hhbXBwL3BocC9leHRyYXMvbWlicw==]]></property><property name="MYSQL_HOME" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;MYSQL_HOME&#39;]" address="125163232" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;OPENSSL_CONF&#39;]" address="125163488" type="string" size="29" encoding="base64"><![CDATA[L3hhbXBwL2FwYWNoZS9iaW4vb3BlbnNzbC5jbmY=]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;PHP_PEAR_SYSCONF_DIR&#39;]" address="125163736" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;PHPRC&#39;]" address="125163608" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;TMP&#39;]" address="125164120" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_HOST&#39;]" address="125164384" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_USER_AGENT&#39;]" address="125164648" type="string" size="69" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNS4xOyBydjoxMC4wLjEpIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTAuMC4x]]></property><property name="HTTP_ACCEPT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_ACCEPT&#39;]" address="125165048" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_ACCEPT_LANGUAGE&#39;]" address="125165368" type="string" size="14" encoding="base64"><![CDATA[ZW4tZ2IsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_ACCEPT_ENCODING&#39;]" address="125165608" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_CONNECTION" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_CONNECTION&#39;]" address="125165240" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_COOKIE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_COOKIE&#39;]" address="125166240" type="string" size="215" encoding="base64"><![CDATA[U0VTUzBjY2U4OTlmNmY2OGNjMDM4OTZkOGMzNWYxOWQyYTA3PTZmOTJtMGtudGE5NjhrMmlxMWYxZDBhdmg1OyBfX3V0bWE9MTExODcyMjgxLjg1ODAwMDQ1Ny4xMzI4MDAzNTg1LjEzMjgxMTM4MDguMTMyODExNjgwNi4zOyBfX3V0bXo9MTExODcyMjgxLjEzMjgwMDM1ODUuMS4xLnV0bWNzcj0oZGlyZWN0KXx1dG1jY249KGRpcmVjdCl8dXRtY21kPShub25lKTsgaGFzX2pzPTE=]]></property><property name="PATH" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;PATH&#39;]" address="125167080" type="string" size="327" encoding="base64"><![CDATA[Qzpcb3JhY2xlXHByb2R1Y3RcMTAuMi4wXGNsaWVudF8zXGJpbjtDOlxXSU5ET1dTXHN5c3RlbTMyO0M6XFdJTkRPV1M7QzpcV0lORE9XU1xTeXN0ZW0zMlxXYmVtO0M6XFdJTkRPV1Ncc3lzdGVtMzJcbmxzO0M6XFdJTkRPV1Ncc3lzdGVtMzJcbmxzXEVOR0xJU0g7YzpcUHJvZ3JhbSBGaWxlc1xOb3ZlbGxcWkVOd29ya3NcO0M6XFByb2dyYW0gRmlsZXNcQ29tbW9uIEZpbGVzXFJveGlvIFNoYXJlZFxETExTaGFyZWRcO2M6XFByb2dyYW0gRmlsZXNcTWljcm9zb2Z0IFNRTCBTZXJ2ZXJcOTBcVG9vbHNcYmlublw7QzpcUHJvZ3JhbSBGaWxlc1xUb3J0b2lzZVNWTlxiaW47Wjou]]></property><property name="SystemRoot" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SystemRoot&#39;]" address="125167296" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="COMSPEC" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;COMSPEC&#39;]" address="125167472" type="string" size="27" encoding="base64"><![CDATA[QzpcV0lORE9XU1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;PATHEXT&#39;]" address="125167912" type="string" size="48" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NI]]></property><property name="WINDIR" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;WINDIR&#39;]" address="125168224" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="SERVER_SIGNATURE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_SIGNATURE&#39;]" address="125168776" type="string" size="138" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuMi4yMSAoV2luMzIpIG1vZF9zc2wvMi4yLjIxIE9wZW5TU0wvMS4wLjBlIFBIUC81LjMuMTAgbW9kX3BlcmwvMi4wLjQgUGVybC92NS4xMC4xIFNlcnZlciBhdCBsb2NhbGhvc3QgUG9ydCA4MDwvYWRkcmVzcz4K]]></property><property name="SERVER_SOFTWARE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_SOFTWARE&#39;]" address="125168496" type="string" size="90" encoding="base64"><![CDATA[QXBhY2hlLzIuMi4yMSAoV2luMzIpIG1vZF9zc2wvMi4yLjIxIE9wZW5TU0wvMS4wLjBlIFBIUC81LjMuMTAgbW9kX3BlcmwvMi4wLjQgUGVybC92NS4xMC4x]]></property><property name="SERVER_NAME" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_NAME&#39;]" address="125169392" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_ADDR&#39;]" address="125169616" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_PORT&#39;]" address="125169792" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;REMOTE_ADDR&#39;]" address="125170016" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;DOCUMENT_ROOT&#39;]" address="125170248" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_ADMIN&#39;]" address="125170496" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SCRIPT_FILENAME&#39;]" address="125170760" type="string" size="30" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL1Rlc3QvaW5kZXgucGhw]]></property><property name="REMOTE_PORT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;REMOTE_PORT&#39;]" address="125170976" type="string" size="4" encoding="base64"><![CDATA[MzIwNw==]]></property><property name="GATEWAY_INTERFACE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;GATEWAY_INTERFACE&#39;]" address="125171256" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_PROTOCOL&#39;]" address="125171112" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property></property></property></response>

<- step_over -i 1268
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_over" transaction_id="1268" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/Test/index.php" lineno="14"></xdebug:message></response>

<- stack_get -i 1269
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="1269"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/Test/index.php" lineno="14"></stack></response>

<- context_names -i 1270
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="1270"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>

<- context_get -i 1271 -c 0
xdebug_remote_log (22,268 bytes)   
xdebug_remote_log_2.1dev.txt (21,898 bytes)   
Log opened at 2012-02-23 09:28:53
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///C:/xampp/htdocs/Test/index.php" language="PHP" protocol_version="1.0" appid="3384" idekey="netbeans-xdebug"><engine version="2.1.3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2012 by Derick Rethans]]></copyright></init>

<- feature_set -i 261 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="261" feature="show_hidden" success="1"></response>

<- feature_set -i 262 -n max_depth -v 3
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="262" feature="max_depth" success="1"></response>

<- feature_set -i 263 -n max_children -v 30
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="263" feature="max_children" success="1"></response>

<- feature_get -i 264 -n max_data
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="264" feature_name="max_data" supported="1"><![CDATA[1024]]></response>

<- breakpoint_set -i 265 -t line -s enabled -f file:///C:/xampp/htdocs/Test/index.php -n 12
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="265" state="enabled" id="33840004"></response>

<- run -i 266
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="266" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/Test/index.php" lineno="12"></xdebug:message></response>

<- stack_get -i 267
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="267"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/Test/index.php" lineno="12"></stack></response>

<- context_names -i 268
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="268"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>

<- context_get -i 269 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="269" context="0"><property name="$connection" fullname="$connection" type="uninitialized"></property></response>

<- context_get -i 270 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="270" context="1"><property name="$_COOKIE" fullname="$_COOKIE" address="125094048" type="array" children="1" numchildren="3" page="0" pagesize="30"><property name="__utma" fullname="$_COOKIE[&#39;__utma&#39;]" address="125095008" type="string" size="54" encoding="base64"><![CDATA[MTExODcyMjgxLjg1ODAwMDQ1Ny4xMzI4MDAzNTg1LjEzMjk3NTkyODAuMTMyOTc2MTQzOC43]]></property><property name="__utmz" fullname="$_COOKIE[&#39;__utmz&#39;]" address="125095424" type="string" size="70" encoding="base64"><![CDATA[MTExODcyMjgxLjEzMjgwMDM1ODUuMS4xLnV0bWNzcj0oZGlyZWN0KXx1dG1jY249KGRpcmVjdCl8dXRtY21kPShub25lKQ==]]></property><property name="SESS14b4f49c09b0a19e5fbd61051aaec490" fullname="$_COOKIE[&#39;SESS14b4f49c09b0a19e5fbd61051aaec490&#39;]" address="125095760" type="string" size="26" encoding="base64"><![CDATA[ZHVvcXNvN3RyYTI5MjBwamg3bmhlOHU1dTc=]]></property></property><property name="$_ENV" fullname="$_ENV" address="125096320" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="$_FILES" fullname="$_FILES" address="125096016" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="$_GET" fullname="$_GET" address="125093736" type="array" children="1" numchildren="1" page="0" pagesize="30"><property name="XDEBUG_SESSION_START" fullname="$_GET[&#39;XDEBUG_SESSION_START&#39;]" address="125094256" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property></property><property name="$_POST" fullname="$_POST" address="125095872" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="$_REQUEST" fullname="$_REQUEST" address="125096488" type="array" children="1" numchildren="1" page="0" pagesize="30"><property name="XDEBUG_SESSION_START" fullname="$_REQUEST[&#39;XDEBUG_SESSION_START&#39;]" address="125094256" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property></property><property name="$_SERVER" fullname="$_SERVER" address="125096728" type="array" children="1" numchildren="36" page="0" pagesize="30"><property name="MIBDIRS" fullname="$_SERVER[&#39;MIBDIRS&#39;]" address="125097152" type="string" size="22" encoding="base64"><![CDATA[L3hhbXBwL3BocC9leHRyYXMvbWlicw==]]></property><property name="MYSQL_HOME" fullname="$_SERVER[&#39;MYSQL_HOME&#39;]" address="125097392" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$_SERVER[&#39;OPENSSL_CONF&#39;]" address="125097648" type="string" size="29" encoding="base64"><![CDATA[L3hhbXBwL2FwYWNoZS9iaW4vb3BlbnNzbC5jbmY=]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$_SERVER[&#39;PHP_PEAR_SYSCONF_DIR&#39;]" address="125097896" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$_SERVER[&#39;PHPRC&#39;]" address="125097768" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$_SERVER[&#39;TMP&#39;]" address="125098280" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&#39;HTTP_HOST&#39;]" address="125098544" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&#39;HTTP_USER_AGENT&#39;]" address="125098888" type="string" size="69" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNS4xOyBydjoxMC4wLjIpIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTAuMC4y]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&#39;HTTP_ACCEPT&#39;]" address="125099288" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&#39;HTTP_ACCEPT_LANGUAGE&#39;]" address="125099608" type="string" size="14" encoding="base64"><![CDATA[ZW4tZ2IsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&#39;HTTP_ACCEPT_ENCODING&#39;]" address="125099848" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&#39;HTTP_CONNECTION&#39;]" address="125099480" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&#39;HTTP_COOKIE&#39;]" address="125100472" type="string" size="205" encoding="base64"><![CDATA[X191dG1hPTExMTg3MjI4MS44NTgwMDA0NTcuMTMyODAwMzU4NS4xMzI5NzU5MjgwLjEzMjk3NjE0MzguNzsgX191dG16PTExMTg3MjI4MS4xMzI4MDAzNTg1LjEuMS51dG1jc3I9KGRpcmVjdCl8dXRtY2NuPShkaXJlY3QpfHV0bWNtZD0obm9uZSk7IFNFU1MxNGI0ZjQ5YzA5YjBhMTllNWZiZDYxMDUxYWFlYzQ5MD1kdW9xc283dHJhMjkyMHBqaDduaGU4dTV1Nw==]]></property><property name="PATH" fullname="$_SERVER[&#39;PATH&#39;]" address="125101312" type="string" size="327" encoding="base64"><![CDATA[Qzpcb3JhY2xlXHByb2R1Y3RcMTAuMi4wXGNsaWVudF8zXGJpbjtDOlxXSU5ET1dTXHN5c3RlbTMyO0M6XFdJTkRPV1M7QzpcV0lORE9XU1xTeXN0ZW0zMlxXYmVtO0M6XFdJTkRPV1Ncc3lzdGVtMzJcbmxzO0M6XFdJTkRPV1Ncc3lzdGVtMzJcbmxzXEVOR0xJU0g7YzpcUHJvZ3JhbSBGaWxlc1xOb3ZlbGxcWkVOd29ya3NcO0M6XFByb2dyYW0gRmlsZXNcQ29tbW9uIEZpbGVzXFJveGlvIFNoYXJlZFxETExTaGFyZWRcO2M6XFByb2dyYW0gRmlsZXNcTWljcm9zb2Z0IFNRTCBTZXJ2ZXJcOTBcVG9vbHNcYmlublw7QzpcUHJvZ3JhbSBGaWxlc1xUb3J0b2lzZVNWTlxiaW47Wjou]]></property><property name="SystemRoot" fullname="$_SERVER[&#39;SystemRoot&#39;]" address="125101528" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="COMSPEC" fullname="$_SERVER[&#39;COMSPEC&#39;]" address="125101704" type="string" size="27" encoding="base64"><![CDATA[QzpcV0lORE9XU1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$_SERVER[&#39;PATHEXT&#39;]" address="125102144" type="string" size="48" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NI]]></property><property name="WINDIR" fullname="$_SERVER[&#39;WINDIR&#39;]" address="125102456" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&#39;SERVER_SIGNATURE&#39;]" address="125103008" type="string" size="137" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuMi4yMSAoV2luMzIpIG1vZF9zc2wvMi4yLjIxIE9wZW5TU0wvMS4wLjBlIFBIUC81LjMuOCBtb2RfcGVybC8yLjAuNCBQZXJsL3Y1LjEwLjEgU2VydmVyIGF0IGxvY2FsaG9zdCBQb3J0IDgwPC9hZGRyZXNzPgo=]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&#39;SERVER_SOFTWARE&#39;]" address="125102728" type="string" size="89" encoding="base64"><![CDATA[QXBhY2hlLzIuMi4yMSAoV2luMzIpIG1vZF9zc2wvMi4yLjIxIE9wZW5TU0wvMS4wLjBlIFBIUC81LjMuOCBtb2RfcGVybC8yLjAuNCBQZXJsL3Y1LjEwLjE=]]></property><property name="SERVER_NAME" fullname="$_SERVER[&#39;SERVER_NAME&#39;]" address="125103624" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&#39;SERVER_ADDR&#39;]" address="125103848" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&#39;SERVER_PORT&#39;]" address="125104024" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&#39;REMOTE_ADDR&#39;]" address="125104248" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&#39;DOCUMENT_ROOT&#39;]" address="125104480" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&#39;SERVER_ADMIN&#39;]" address="125104728" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&#39;SCRIPT_FILENAME&#39;]" address="125104992" type="string" size="30" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL1Rlc3QvaW5kZXgucGhw]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&#39;REMOTE_PORT&#39;]" address="125105208" type="string" size="4" encoding="base64"><![CDATA[MTI1MA==]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&#39;GATEWAY_INTERFACE&#39;]" address="125105488" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&#39;SERVER_PROTOCOL&#39;]" address="125105344" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property></property><property name="$GLOBALS" fullname="$GLOBALS" address="125566840" type="array" children="1" numchildren="8" page="0" pagesize="30"><property name="GLOBALS" fullname="$GLOBALS[&#39;GLOBALS&#39;]" address="125566840" type="array" children="1" recursive="1"></property><property name="_POST" fullname="$GLOBALS[&#39;_POST&#39;]" address="125095872" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="_GET" fullname="$GLOBALS[&#39;_GET&#39;]" address="125093736" type="array" children="1" numchildren="1" page="0" pagesize="30"><property name="XDEBUG_SESSION_START" fullname="$GLOBALS[&#39;_GET&#39;][&#39;XDEBUG_SESSION_START&#39;]" address="125094256" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property></property><property name="_COOKIE" fullname="$GLOBALS[&#39;_COOKIE&#39;]" address="125094048" type="array" children="1" numchildren="3" page="0" pagesize="30"><property name="__utma" fullname="$GLOBALS[&#39;_COOKIE&#39;][&#39;__utma&#39;]" address="125095008" type="string" size="54" encoding="base64"><![CDATA[MTExODcyMjgxLjg1ODAwMDQ1Ny4xMzI4MDAzNTg1LjEzMjk3NTkyODAuMTMyOTc2MTQzOC43]]></property><property name="__utmz" fullname="$GLOBALS[&#39;_COOKIE&#39;][&#39;__utmz&#39;]" address="125095424" type="string" size="70" encoding="base64"><![CDATA[MTExODcyMjgxLjEzMjgwMDM1ODUuMS4xLnV0bWNzcj0oZGlyZWN0KXx1dG1jY249KGRpcmVjdCl8dXRtY21kPShub25lKQ==]]></property><property name="SESS14b4f49c09b0a19e5fbd61051aaec490" fullname="$GLOBALS[&#39;_COOKIE&#39;][&#39;SESS14b4f49c09b0a19e5fbd61051aaec490&#39;]" address="125095760" type="string" size="26" encoding="base64"><![CDATA[ZHVvcXNvN3RyYTI5MjBwamg3bmhlOHU1dTc=]]></property></property><property name="_FILES" fullname="$GLOBALS[&#39;_FILES&#39;]" address="125096016" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="_ENV" fullname="$GLOBALS[&#39;_ENV&#39;]" address="125096320" type="array" children="0" numchildren="0" page="0" pagesize="30"></property><property name="_REQUEST" fullname="$GLOBALS[&#39;_REQUEST&#39;]" address="125096488" type="array" children="1" numchildren="1" page="0" pagesize="30"><property name="XDEBUG_SESSION_START" fullname="$GLOBALS[&#39;_REQUEST&#39;][&#39;XDEBUG_SESSION_START&#39;]" address="125094256" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property></property><property name="_SERVER" fullname="$GLOBALS[&#39;_SERVER&#39;]" address="125096728" type="array" children="1" numchildren="36" page="0" pagesize="30"><property name="MIBDIRS" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;MIBDIRS&#39;]" address="125097152" type="string" size="22" encoding="base64"><![CDATA[L3hhbXBwL3BocC9leHRyYXMvbWlicw==]]></property><property name="MYSQL_HOME" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;MYSQL_HOME&#39;]" address="125097392" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;OPENSSL_CONF&#39;]" address="125097648" type="string" size="29" encoding="base64"><![CDATA[L3hhbXBwL2FwYWNoZS9iaW4vb3BlbnNzbC5jbmY=]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;PHP_PEAR_SYSCONF_DIR&#39;]" address="125097896" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;PHPRC&#39;]" address="125097768" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;TMP&#39;]" address="125098280" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_HOST&#39;]" address="125098544" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_USER_AGENT&#39;]" address="125098888" type="string" size="69" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNS4xOyBydjoxMC4wLjIpIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTAuMC4y]]></property><property name="HTTP_ACCEPT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_ACCEPT&#39;]" address="125099288" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_ACCEPT_LANGUAGE&#39;]" address="125099608" type="string" size="14" encoding="base64"><![CDATA[ZW4tZ2IsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_ACCEPT_ENCODING&#39;]" address="125099848" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_CONNECTION" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_CONNECTION&#39;]" address="125099480" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_COOKIE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;HTTP_COOKIE&#39;]" address="125100472" type="string" size="205" encoding="base64"><![CDATA[X191dG1hPTExMTg3MjI4MS44NTgwMDA0NTcuMTMyODAwMzU4NS4xMzI5NzU5MjgwLjEzMjk3NjE0MzguNzsgX191dG16PTExMTg3MjI4MS4xMzI4MDAzNTg1LjEuMS51dG1jc3I9KGRpcmVjdCl8dXRtY2NuPShkaXJlY3QpfHV0bWNtZD0obm9uZSk7IFNFU1MxNGI0ZjQ5YzA5YjBhMTllNWZiZDYxMDUxYWFlYzQ5MD1kdW9xc283dHJhMjkyMHBqaDduaGU4dTV1Nw==]]></property><property name="PATH" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;PATH&#39;]" address="125101312" type="string" size="327" encoding="base64"><![CDATA[Qzpcb3JhY2xlXHByb2R1Y3RcMTAuMi4wXGNsaWVudF8zXGJpbjtDOlxXSU5ET1dTXHN5c3RlbTMyO0M6XFdJTkRPV1M7QzpcV0lORE9XU1xTeXN0ZW0zMlxXYmVtO0M6XFdJTkRPV1Ncc3lzdGVtMzJcbmxzO0M6XFdJTkRPV1Ncc3lzdGVtMzJcbmxzXEVOR0xJU0g7YzpcUHJvZ3JhbSBGaWxlc1xOb3ZlbGxcWkVOd29ya3NcO0M6XFByb2dyYW0gRmlsZXNcQ29tbW9uIEZpbGVzXFJveGlvIFNoYXJlZFxETExTaGFyZWRcO2M6XFByb2dyYW0gRmlsZXNcTWljcm9zb2Z0IFNRTCBTZXJ2ZXJcOTBcVG9vbHNcYmlublw7QzpcUHJvZ3JhbSBGaWxlc1xUb3J0b2lzZVNWTlxiaW47Wjou]]></property><property name="SystemRoot" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SystemRoot&#39;]" address="125101528" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="COMSPEC" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;COMSPEC&#39;]" address="125101704" type="string" size="27" encoding="base64"><![CDATA[QzpcV0lORE9XU1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;PATHEXT&#39;]" address="125102144" type="string" size="48" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NI]]></property><property name="WINDIR" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;WINDIR&#39;]" address="125102456" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="SERVER_SIGNATURE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_SIGNATURE&#39;]" address="125103008" type="string" size="137" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuMi4yMSAoV2luMzIpIG1vZF9zc2wvMi4yLjIxIE9wZW5TU0wvMS4wLjBlIFBIUC81LjMuOCBtb2RfcGVybC8yLjAuNCBQZXJsL3Y1LjEwLjEgU2VydmVyIGF0IGxvY2FsaG9zdCBQb3J0IDgwPC9hZGRyZXNzPgo=]]></property><property name="SERVER_SOFTWARE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_SOFTWARE&#39;]" address="125102728" type="string" size="89" encoding="base64"><![CDATA[QXBhY2hlLzIuMi4yMSAoV2luMzIpIG1vZF9zc2wvMi4yLjIxIE9wZW5TU0wvMS4wLjBlIFBIUC81LjMuOCBtb2RfcGVybC8yLjAuNCBQZXJsL3Y1LjEwLjE=]]></property><property name="SERVER_NAME" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_NAME&#39;]" address="125103624" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_ADDR&#39;]" address="125103848" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_PORT&#39;]" address="125104024" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;REMOTE_ADDR&#39;]" address="125104248" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;DOCUMENT_ROOT&#39;]" address="125104480" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_ADMIN&#39;]" address="125104728" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SCRIPT_FILENAME&#39;]" address="125104992" type="string" size="30" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL1Rlc3QvaW5kZXgucGhw]]></property><property name="REMOTE_PORT" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;REMOTE_PORT&#39;]" address="125105208" type="string" size="4" encoding="base64"><![CDATA[MTI1MA==]]></property><property name="GATEWAY_INTERFACE" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;GATEWAY_INTERFACE&#39;]" address="125105488" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$GLOBALS[&#39;_SERVER&#39;][&#39;SERVER_PROTOCOL&#39;]" address="125105344" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property></property></property></response>

<- step_over -i 271
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_over" transaction_id="271" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/Test/index.php" lineno="13"></xdebug:message></response>

<- stack_get -i 272
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="272"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/Test/index.php" lineno="13"></stack></response>

<- context_names -i 273
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="273"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>

<- context_get -i 274 -c 0
xdebug_remote_log_2.1dev.txt (21,898 bytes)   
xdebug_screenshot_2.1dev.gif (68,009 bytes)   
xdebug_screenshot_2.1dev.gif (68,009 bytes)   
xdebug_logs_mysqli_init_20120228.txt (5,223 bytes)   

Apache Error Log
/var/log/httpd/ERROR_LOG

[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   1. {main}() /var/www/application/html/control_panel/login.php:0
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   2. template->footer() /var/www/application/html/control_panel/login.php:146
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   3. template->output($output = '<br />\\r\\n<table cellpadding="0" cellspacing="0" border="0" align="center" width="448">\\r\\n\\t<tr>\\r\\n\\t\\t<td background="https://development.marinas.com/images/backend/standard/message_box/box_01.jpg" style="height:25px; color:#FFF; padding-left:30px;">&nbsp;Log in to continue</td>\\r\\n\\t</tr>\\r\\n\\t<tr>\\r\\n\\t\\t<td background="https://development.marinas.com/images/backend/standard/message_box/box_02.jpg" style="padding:5px;">&nbsp;    <form name="login" action="https://development.marinas.com/control_panel/l...') /var/www/application/library/Marinas/template.class.php:109
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   4. require() /var/www/application/library/Marinas/template.class.php:120
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   5. require_once() /var/www/application/_bin/_template/screen/main.template.php:256

[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP Notice:  Undefined variable: encrypted in /var/www/application/_bin/_template/trackingCodes.php on line 16

[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP Stack trace:
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   1. {main}() /var/www/application/html/control_panel/login.php:0
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   2. template->footer() /var/www/application/html/control_panel/login.php:146
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   3. template->output($output = '<br />\\r\\n<table cellpadding="0" cellspacing="0" border="0" align="center" width="448">\\r\\n\\t<tr>\\r\\n\\t\\t<td background="https://development.marinas.com/images/backend/standard/message_box/box_01.jpg" style="height:25px; color:#FFF; padding-left:30px;">&nbsp;Log in to continue</td>\\r\\n\\t</tr>\\r\\n\\t<tr>\\r\\n\\t\\t<td background="https://development.marinas.com/images/backend/standard/message_box/box_02.jpg" style="padding:5px;">&nbsp;    <form name="login" action="https://development.marinas.com/control_panel/l...') /var/www/application/library/Marinas/template.class.php:109
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   4. require() /var/www/application/library/Marinas/template.class.php:120
[Mon Feb 27 23:31:48 2012] [error] [client 68.198.29.251] PHP   5. require_once() /var/www/application/_bin/_template/screen/main.template.php:256
[Mon Feb 27 23:36:04 2012] [notice] child pid 801 exit signal Segmentation fault (11)







/var/log/xdebug/XDEBUG.LOG

<- step_into -i 4108
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="4108" status="break" reason="ok"><xdebug:message filename="file:///var/www/application/html/community/includes/class_core.php" lineno="1353"></xdebug:message></response>

<- stack_get -i 4109
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="4109"><stack where="vB_Database_MySQLi-&gt;db_connect" level="0" type="file" filename="file:///var/www/application/html/community/includes/class_core.php" lineno="1353"></stack><stack where="vB_Database-&gt;connect" level="1" type="file" filename="file:///var/www/application/html/community/includes/class_core.php" lineno="280"></stack><stack where="require_once" level="2" type="file" filename="file:///var/www/application/html/community/includes/init.php" lineno="189"></stack><stack where="vB_Bootstrap-&gt;init" level="3" type="file" filename="file:///var/www/application/html/community/includes/class_bootstrap.php" lineno="96"></stack><stack where="vB_Bootstrap-&gt;bootstrap" level="4" type="file" filename="file:///var/www/application/html/community/includes/class_bootstrap.php" lineno="64"></stack><stack where="require_once" level="5" type="file" filename="file:///var/www/application/html/community/global.php" lineno="26"></stack><stack where="require_once" level="6" type="file" filename="file:///var/www/application/html/community/login_marinas.php" lineno="41"></stack><stack where="user-&gt;forum_login" level="7" type="file" filename="file:///var/www/application/library/Marinas/user.class.php" lineno="465"></stack><stack where="user-&gt;login" level="8" type="file" filename="file:///var/www/application/library/Marinas/user.class.php" lineno="42"></stack><stack where="{main}" level="9" type="file" filename="file:///var/www/application/html/control_panel/login.php" lineno="14"></stack></response>

<- context_names -i 4110
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="4110"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>

<- context_get -i 4111 -c 0



Operating SystemWindows XP SP3
PHP Version5.3.8

Activities

derick

2012-02-13 15:43

administrator   ~0001913

Hi Jim,

could you add a remote debugging log as described at http://xdebug.org/docs/all_settings#remote_log ?

cheers,
Derick

Jim Bacon

2012-02-13 15:57

reporter   ~0001914

Hi, Log added. Jim.

derick

2012-02-13 22:51

administrator   ~0001915

Hi!

This crashes for me even when Xdebug is not loaded. I've file a bug report with PHP: https://bugs.php.net/bug.php?id=61079

cheers,
Derick

Jim Bacon

2012-02-14 14:23

reporter   ~0001916

I think perhaps there are two issues then. The call to mysqli_init does not cause a problem with the released versions of PHP as far as I know.

I can run my scripts containing this function call.
I can run and debug them with XDebug 2.1.1.
I have just tried XDebug 2.1.2 and that also works for me.
I can run and debug scripts with XDebug 2.1.3 that do not contain that function call.

When I try to reproduce your bug report to PHP the -n option results in the function not being found as the mysqli module is not loaded.

Thanks for your great work, by the way, Jim.

derick

2012-02-19 10:33

administrator   ~0001921

I think I managed to do a fix for this. Could you try the latest version from github?

Jim Bacon

2012-02-21 09:36

reporter   ~0001922

If you can point me at a compiled version (5.3-vc9) I would gladly try it but I am not in a position to compile it from source myself.

derick

2012-02-22 21:40

administrator   ~0001923

I've just put some up at : http://xdebug.org/files/xdebug-latest.tgz

Jim Bacon

2012-02-23 10:02

reporter   ~0001926

Great. Tried 2.1dev-5.3-vc9 and 2.2dev-5.3-vc9 with PHP 5.3.8. Both appear to fail in the same way as the release, 2.1.3-5.3.vc9.

Attached another remote log from tests with 2.1dev.

Additional information. On stepping over the call to mysqli_init an "Unhandled exception occurred in httpd.exe" message is received with an option to debug. Screenshot from debugger attached.

codewaggle

2012-02-28 08:39

reporter   ~0001928

Hi,

I'm experiencing the same problem with xdebug version 2.1.3 on a LAMP with php5.3
I'm using netbeans 7.1 on a Win XP box to do remote debugging

mysqli_init causes a Segmentation fault when I step past it. If I run the code with no breakpoints, I don't see the Segmentation fault, but I still get the server reset error.

I have another LAMP server with php5.2.10 and xdebug 2.1.0. The exact same code runs without problems.

I've uploaded a file that has snippets from my apache error log and my xdebug log: xdebug_logs_mysqli_init_20120228.txt

Let me know if I can provide additional info that would be helpful.

Be Well,
Joe

derick

2012-02-29 13:09

administrator   ~0001930

It's still crashing on the PHP bug: https://bugs.php.net/bug.php?id=61003

That's not something I can fix in Xdebug, so I'm closing this issue. Please add comments to the PHP bug to show you are having the same issue.

Jim Bacon

2012-02-29 14:28

reporter   ~0001941

I just wanted to add a final note, then, to say that, from a user's perspective, the resolution to this problem is to use xdebug 2.1.2 until such time as the bug in PHP is fixed (or some change that must have been made in version 2.1.3, is reverted). I guess this also means that, even if PHP is fixed, xdebug 2.1.3 will never play nicely with the older versions of PHP. I am continuing very happily in this manner.
Thanks for your time and effort,
Jim.

derick

2012-03-12 16:36

administrator   ~0001972

Thanks! And closing this issue.

derick

2012-04-23 18:03

administrator   ~0002085

Seems like this is fixed in PHP as well now.

Issue History

Date Modified Username Field Change
2012-02-13 15:38 Jim Bacon New Issue
2012-02-13 15:43 derick Note Added: 0001913
2012-02-13 15:43 derick Assigned To => derick
2012-02-13 15:43 derick Status new => feedback
2012-02-13 15:55 Jim Bacon File Added: xdebug_remote_log
2012-02-13 15:57 Jim Bacon Note Added: 0001914
2012-02-13 15:57 Jim Bacon Status feedback => assigned
2012-02-13 22:51 derick Note Added: 0001915
2012-02-13 22:51 derick Status assigned => resolved
2012-02-13 22:51 derick Resolution open => not fixable
2012-02-14 14:23 Jim Bacon Note Added: 0001916
2012-02-14 14:23 Jim Bacon Status resolved => feedback
2012-02-14 14:23 Jim Bacon Resolution not fixable => reopened
2012-02-19 10:33 derick Note Added: 0001921
2012-02-21 09:36 Jim Bacon Note Added: 0001922
2012-02-21 09:36 Jim Bacon Status feedback => assigned
2012-02-22 21:40 derick Note Added: 0001923
2012-02-23 09:42 Jim Bacon File Added: xdebug_remote_log_2.1dev.txt
2012-02-23 09:44 Jim Bacon File Added: xdebug_screenshot_2.1dev.gif
2012-02-23 10:02 Jim Bacon Note Added: 0001926
2012-02-28 08:21 codewaggle File Added: xdebug_logs_mysqli_init_20120228.txt
2012-02-28 08:39 codewaggle Note Added: 0001928
2012-02-29 13:09 derick Note Added: 0001930
2012-02-29 13:09 derick Status assigned => resolved
2012-02-29 13:09 derick Resolution reopened => not fixable
2012-02-29 14:28 Jim Bacon Note Added: 0001941
2012-02-29 14:28 Jim Bacon Status resolved => feedback
2012-02-29 14:28 Jim Bacon Resolution not fixable => reopened
2012-03-12 16:36 derick Note Added: 0001972
2012-03-12 16:36 derick Status feedback => closed
2012-03-12 16:36 derick Resolution reopened => fixed
2012-03-12 16:36 derick Fixed in Version => 2.1.4
2012-04-23 18:03 derick Note Added: 0002085
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized