View Issue Details

IDProjectCategoryView StatusLast Update
0001550XdebugStep Debuggingpublic2018-12-02 18:47
Reporterone-man Assigned Toderick  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionunable to reproduce 
OSdebianOS Versioncontrib-stretch 
Product Version2.6.0 
Summary0001550: Quotes are escaped
Description

Example:
<- context_get -i 20
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="20" context="0"><property name="$composer_autoload_files" fullname="$composer_autoload_files" type="array" children="1" numchildren="9" page="0" pagesize="32"><property name="253c157292f75eb38082b5acb06f3f01" fullname="$__composer_autoload_files["253c157292f75eb38082b5acb06f3f01"]" type="bool">

Right there above ^ it says fullname="$__composer_autoload_files["253c157292f75eb38082b5acb06f3f01"]"

Ideally, those are unescaped. More discussed here https://github.com/martomo/SublimeTextXdebug/issues/172

Steps To Reproduce
  1. Use sublimetext editor with package "Xdebug Client"
  2. Set up apache in VM with php 7.2 and xdebug 2.6.0
  3. Start debugging

I'm new around here in bugs.xdebug.org if more clarification is needed, apologies.

Additional Information

Log opened at 2018-05-14 14:28:40
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 33.33.99.1:9000.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; fileuri="file:///vagrant/clean/public/index.php" language="PHP" xdebug:language_version="7.2.1-1+0~20180105151615.16+stretch~1.gbpd3910a" protocol_version="1.0" appid="2687" idekey="XDEBUG_ECLIPSE"><engine version="2.6.0"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]>&lt;/url>&lt;copyright>&lt;![CDATA[Copyright (c) 2002-2018 by Derick Rethans]]></copyright></init>

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

<- feature_set -i 2 -n max_children -v 32
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="2" feature="max_children" success="1"></response>

<- feature_set -i 3 -n max_data -v 1024
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="3" feature="max_data" success="1"></response>

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

<- breakpoint_set -i 5 -f file%3A///vagrant/clean/public/index.php -t line -n 251
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="5" id="26870001"></response>

<- breakpoint_set -i 6 -f file%3A///vagrant/clean/public/index.php -t line -n 252
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="6" id="26870002"></response>

<- breakpoint_set -i 7 -f file%3A///vagrant/clean/public/index.php -t line -n 28
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="7" id="26870003"></response>

<- breakpoint_set -i 8 -t exception -x "Fatal error"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="8" id="26870004"></response>

<- breakpoint_set -i 9 -t exception -x "Catchable fatal error"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="9" id="26870005"></response>

<- breakpoint_set -i 10 -t exception -x "Warning"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="10" id="26870006"></response>

<- breakpoint_set -i 11 -t exception -x "Parse error"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="11" id="26870007"></response>

<- breakpoint_set -i 12 -t exception -x "Notice"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="12" id="26870008"></response>

<- breakpoint_set -i 13 -t exception -x "Strict standards"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="13" id="26870009"></response>

<- breakpoint_set -i 14 -t exception -x "Deprecated"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="14" id="26870010"></response>

<- breakpoint_set -i 15 -t exception -x "Xdebug"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="15" id="26870011"></response>

<- breakpoint_set -i 16 -t exception -x "Unknown error"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="16" id="26870012"></response>

<- run -i 17
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="run" transaction_id="17" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="28"></xdebug:message></response>

<- context_get -i 18
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="18" context="0"><property name="$composer_autoload_files" fullname="$composer_autoload_files" type="array" children="1" numchildren="9" page="0" pagesize="32"><property name="253c157292f75eb38082b5acb06f3f01" fullname="$composer_autoload_files["253c157292f75eb38082b5acb06f3f01"]" type="bool"><![CDATA[1]]></property><property name="0e6d7bf4a5811bfa5cf40c5ccd6fae6a" fullname="$composer_autoload_files["0e6d7bf4a5811bfa5cf40c5ccd6fae6a"]" type="bool"><![CDATA[1]]></property><property name="6124b4c8570aa390c21fafd04a26c69f" fullname="$composer_autoload_files["6124b4c8570aa390c21fafd04a26c69f"]" type="bool"><![CDATA[1]]></property><property name="bc8d758335d4e980187df1bfef1c8f49" fullname="$composer_autoload_files["bc8d758335d4e980187df1bfef1c8f49"]" type="bool"><![CDATA[1]]></property><property name="094883ee9da9e6fabd95b86a5ef61b72" fullname="$composer_autoload_files["094883ee9da9e6fabd95b86a5ef61b72"]" type="bool"><![CDATA[1]]></property><property name="3f8bdd3b35094c73a26f0106e3c0f8b2" fullname="$composer_autoload_files["3f8bdd3b35094c73a26f0106e3c0f8b2"]" type="bool"><![CDATA[1]]></property><property name="9dda55337a76a24e949fbcc5d905a2c7" fullname="$composer_autoload_files["9dda55337a76a24e949fbcc5d905a2c7"]" type="bool"><![CDATA[1]]></property><property name="5d7e2090c9a3b69b2ff2fceddeadca94" fullname="$composer_autoload_files["5d7e2090c9a3b69b2ff2fceddeadca94"]" type="bool"><![CDATA[1]]></property><property name="04a9a7b26fb79fbd712347cc9bc9d9be" fullname="$__composer_autoload_files["04a9a7b26fb79fbd712347cc9bc9d9be"]" type="bool"><![CDATA[1]]></property></property><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app->container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app->tip" facet="protected" type="null"></property><property name="middlewareLock" fullname="$app->middlewareLock" facet="protected" type="bool"><![CDATA[0]]></property></property><property name="$container" fullname="$container" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$container->defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="Pimple\Containervalues" fullname="$container->Pimple\Containervalues" facet="private" type="array" children="1" numchildren="11"></property><property name="Pimple\Containerfactories" fullname="$container->Pimple\Containerfactories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="Pimple\Containerprotected" fullname="$container->Pimple\Containerprotected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="Pimple\Containerfrozen" fullname="$container->Pimple\Containerfrozen" facet="private" type="array" children="0" numchildren="0"></property><property name="Pimple\Containerraw" fullname="$container->Pimple\Containerraw" facet="private" type="array" children="0" numchildren="0"></property><property name="Pimple\Containerkeys" fullname="$container->Pimple\Containerkeys" facet="private" type="array" children="1" numchildren="11"></property></property><property name="$logbookAuthorization" fullname="$logbookAuthorization" type="uninitialized"></property><property name="$slimConfig" fullname="$slimConfig" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="settings" fullname="$slimConfig["settings"]" type="array" children="1" numchildren="1"></property></property><property name="$viewership" fullname="$viewership" type="uninitialized"></property></response>

<- step_over -i 19
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="step_over" transaction_id="19" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="44"></xdebug:message></response>

<- context_get -i 20
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="20" context="0"><property name="$composer_autoload_files" fullname="$composer_autoload_files" type="array" children="1" numchildren="9" page="0" pagesize="32"><property name="253c157292f75eb38082b5acb06f3f01" fullname="$composer_autoload_files["253c157292f75eb38082b5acb06f3f01"]" type="bool"><![CDATA[1]]></property><property name="0e6d7bf4a5811bfa5cf40c5ccd6fae6a" fullname="$composer_autoload_files["0e6d7bf4a5811bfa5cf40c5ccd6fae6a"]" type="bool"><![CDATA[1]]></property><property name="6124b4c8570aa390c21fafd04a26c69f" fullname="$composer_autoload_files["6124b4c8570aa390c21fafd04a26c69f"]" type="bool"><![CDATA[1]]></property><property name="bc8d758335d4e980187df1bfef1c8f49" fullname="$composer_autoload_files["bc8d758335d4e980187df1bfef1c8f49"]" type="bool"><![CDATA[1]]></property><property name="094883ee9da9e6fabd95b86a5ef61b72" fullname="$composer_autoload_files["094883ee9da9e6fabd95b86a5ef61b72"]" type="bool"><![CDATA[1]]></property><property name="3f8bdd3b35094c73a26f0106e3c0f8b2" fullname="$composer_autoload_files["3f8bdd3b35094c73a26f0106e3c0f8b2"]" type="bool"><![CDATA[1]]></property><property name="9dda55337a76a24e949fbcc5d905a2c7" fullname="$composer_autoload_files["9dda55337a76a24e949fbcc5d905a2c7"]" type="bool"><![CDATA[1]]></property><property name="5d7e2090c9a3b69b2ff2fceddeadca94" fullname="$composer_autoload_files["5d7e2090c9a3b69b2ff2fceddeadca94"]" type="bool"><![CDATA[1]]></property><property name="04a9a7b26fb79fbd712347cc9bc9d9be" fullname="$__composer_autoload_files["04a9a7b26fb79fbd712347cc9bc9d9be"]" type="bool"><![CDATA[1]]></property></property><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app->container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app->tip" facet="protected" type="null"></property><property name="middlewareLock" fullname="$app->middlewareLock" facet="protected" type="bool"><![CDATA[0]]></property></property><property name="$container" fullname="$container" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$container->defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="Pimple\Containervalues" fullname="$container->Pimple\Containervalues" facet="private" type="array" children="1" numchildren="11"></property><property name="Pimple\Containerfactories" fullname="$container->Pimple\Containerfactories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="Pimple\Containerprotected" fullname="$container->Pimple\Containerprotected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="Pimple\Containerfrozen" fullname="$container->Pimple\Containerfrozen" facet="private" type="array" children="0" numchildren="0"></property><property name="Pimple\Containerraw" fullname="$container->Pimple\Containerraw" facet="private" type="array" children="0" numchildren="0"></property><property name="Pimple\Containerkeys" fullname="$container->Pimple\Containerkeys" facet="private" type="array" children="1" numchildren="11"></property></property><property name="$logbookAuthorization" fullname="$logbookAuthorization" type="uninitialized"></property><property name="$slimConfig" fullname="$slimConfig" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="settings" fullname="$slimConfig["settings"]" type="array" children="1" numchildren="1"></property></property><property name="$viewership" fullname="$viewership" type="uninitialized"></property></response>

<- run -i 21
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="run" transaction_id="21" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="251"></xdebug:message></response>

<- context_get -i 22
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="22" context="0"><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app->container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app->tip" facet="protected" type="object" classname="Closure" children="1" numchildren="3"></property><property name="middlewareLock" fullname="$app->middlewareLock" facet="protected" type="bool"><![CDATA[1]]></property></property><property name="$args" fullname="$args" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$guest" fullname="$guest" type="object" classname="lucs\LogbookApp\Entities\Person\Person" children="1" numchildren="7" page="0" pagesize="32"><property name="id" fullname="$guest->id" facet="private" type="int"><![CDATA[51]]></property><property name="emailAddress" fullname="$guest->emailAddress" facet="private" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$guest->password" facet="private" type="string" size="10" encoding="base64"><![CDATA[Q2xhcmluZXQzNQ==]]></property><property name="nickname" fullname="$guest->nickname" facet="private" type="null"></property><property name="dateRegistered" fullname="$guest->dateRegistered" facet="private" type="null"></property><property name="authenticated" fullname="$guest->authenticated" facet="private" type="bool"><![CDATA[0]]></property><property name="preferences" fullname="$guest->preferences" facet="private" type="array" children="0" numchildren="0"></property></property><property name="$member" fullname="$member" type="object" classname="lucs\LogbookApp\Entities\Person\Person" children="1" numchildren="7" page="0" pagesize="32"><property name="id" fullname="$member->id" facet="private" type="int"><![CDATA[51]]></property><property name="emailAddress" fullname="$member->emailAddress" facet="private" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$member->password" facet="private" type="string" size="60" encoding="base64"><![CDATA[JDJ5JDEwJHFvVEhacmx0M21QMkt0eTNXWmtudXVXNGJtQWFEUVpIMnpDdG44cXFUMlJrMDNFelJ3QUZD]]></property><property name="nickname" fullname="$member->nickname" facet="private" type="string" size="11" encoding="base64"><![CDATA[Y2hhcmxpZWdhdG8=]]></property><property name="dateRegistered" fullname="$member->dateRegistered" facet="private" type="null"></property><property name="authenticated" fullname="$member->authenticated" facet="private" type="bool"><![CDATA[1]]></property><property name="preferences" fullname="$member->preferences" facet="private" type="array" children="1" numchildren="14"></property></property><property name="$realIdentity" fullname="$realIdentity" type="array" children="1" numchildren="5" page="0" pagesize="32"><property name="id" fullname="$realIdentity["id"]" type="int"><![CDATA[51]]></property><property name="reg_date" fullname="$realIdentity["reg_date"]" type="null"></property><property name="email" fullname="$realIdentity["email"]" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$realIdentity["password"]" type="string" size="60" encoding="base64"><![CDATA[JDJ5JDEwJGVCeHdNVy91dHdWbGpLMjdBUW5HVS4wTEp5NTJrVFVTcUkvREpFUGdLWnBiRWFxSUp1bU1H]]></property><property name="nickname" fullname="$realIdentity["nickname"]" type="string" size="11" encoding="base64"><![CDATA[Y2hhcmxpZWdhdG8=]]></property></property><property name="$req" fullname="$req" type="object" classname="Slim\Http\Request" children="1" numchildren="16" page="0" pagesize="32"><property name="validProtocolVersions" fullname="$req::validProtocolVersions" facet="static protected" type="array" children="1" numchildren="4"></property><property name="method" fullname="$req->method" facet="protected" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="originalMethod" fullname="$req->originalMethod" facet="protected" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="uri" fullname="$req->uri" facet="protected" type="object" classname="Slim\Http\Uri" children="1" numchildren="9"></property><property name="requestTarget" fullname="$req->requestTarget" facet="protected" type="null"></property><property name="queryParams" fullname="$req->queryParams" facet="protected" type="null"></property><property name="cookies" fullname="$req->cookies" facet="protected" type="array" children="1" numchildren="2"></property><property name="serverParams" fullname="$req->serverParams" facet="protected" type="array" children="1" numchildren="39"></property><property name="attributes" fullname="$req->attributes" facet="protected" type="object" classname="Slim\Collection" children="1" numchildren="1"></property><property name="bodyParsed" fullname="$req->bodyParsed" facet="protected" type="array" children="1" numchildren="2"></property><property name="bodyParsers" fullname="$req->bodyParsers" facet="protected" type="array" children="1" numchildren="4"></property><property name="uploadedFiles" fullname="$req->uploadedFiles" facet="protected" type="array" children="0" numchildren="0"></property><property name="validMethods" fullname="$req->validMethods" facet="protected" type="array" children="1" numchildren="9"></property><property name="protocolVersion" fullname="$req->protocolVersion" facet="protected" type="string" size="3" encoding="base64"><![CDATA[MS4x]]></property><property name="headers" fullname="$req->headers" facet="protected" type="object" classname="Slim\Http\Headers" children="1" numchildren="2"></property><property name="body" fullname="$req->body" facet="protected" type="object" classname="Slim\Http\RequestBody" children="1" numchildren="8"></property></property><property name="$res" fullname="$res" type="object" classname="Slim\Http\Response" children="1" numchildren="7" page="0" pagesize="32"><property name="messages" fullname="$res::messages" facet="static protected" type="array" children="1" numchildren="64"></property><property name="validProtocolVersions" fullname="$res::validProtocolVersions" facet="static protected" type="array" children="1" numchildren="4"></property><property name="status" fullname="$res->status" facet="protected" type="int"><![CDATA[200]]></property><property name="reasonPhrase" fullname="$res->reasonPhrase" facet="protected" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="protocolVersion" fullname="$res->protocolVersion" facet="protected" type="string" size="3" encoding="base64"><![CDATA[MS4x]]></property><property name="headers" fullname="$res->headers" facet="protected" type="object" classname="Slim\Http\Headers" children="1" numchildren="2"></property><property name="body" fullname="$res->body" facet="protected" type="object" classname="Slim\Http\Body" children="1" numchildren="8"></property></property><property name="$u" fullname="$u" type="uninitialized"></property><property name="$url" fullname="$url" type="string" size="6" encoding="base64"><![CDATA[L2xvZ3Mv]]></property><property name="$this" fullname="$this" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$this->defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="Pimple\Containervalues" fullname="$this->Pimple\Containervalues" facet="private" type="array" children="1" numchildren="21"></property><property name="Pimple\Containerfactories" fullname="$this->Pimple\Containerfactories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="Pimple\Containerprotected" fullname="$this->Pimple\Containerprotected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="Pimple\Containerfrozen" fullname="$this->Pimple\Containerfrozen" facet="private" type="array" children="1" numchildren="10"></property><property name="Pimple\Containerraw" fullname="$this->Pimple\Containerraw" facet="private" type="array" children="1" numchildren="10"></property><property name="Pimple\Containerkeys" fullname="$this->Pimple\Containerkeys" facet="private" type="array" children="1" numchildren="21"></property></property></response>

<- run -i 23
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="run" transaction_id="23" status="stopping" reason="ok"></response>

Log closed at 2018-05-14 14:30:29

TagsNo tags attached.
Attached Files
xdebug.log (22,612 bytes)   
Log opened at 2018-05-14 14:28:40
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 33.33.99.1:9000.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///vagrant/clean/public/index.php" language="PHP" xdebug:language_version="7.2.1-1+0~20180105151615.16+stretch~1.gbpd3910a" protocol_version="1.0" appid="2687" idekey="XDEBUG_ECLIPSE"><engine version="2.6.0"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2018 by Derick Rethans]]></copyright></init>

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

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

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

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

<- breakpoint_set -i 5 -f file%3A///vagrant/clean/public/index.php -t line -n 251
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5" id="26870001"></response>

<- breakpoint_set -i 6 -f file%3A///vagrant/clean/public/index.php -t line -n 252
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="26870002"></response>

<- breakpoint_set -i 7 -f file%3A///vagrant/clean/public/index.php -t line -n 28
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="26870003"></response>

<- breakpoint_set -i 8 -t exception -x "Fatal error"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="26870004"></response>

<- breakpoint_set -i 9 -t exception -x "Catchable fatal error"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="26870005"></response>

<- breakpoint_set -i 10 -t exception -x "Warning"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="26870006"></response>

<- breakpoint_set -i 11 -t exception -x "Parse error"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="26870007"></response>

<- breakpoint_set -i 12 -t exception -x "Notice"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="26870008"></response>

<- breakpoint_set -i 13 -t exception -x "Strict standards"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="26870009"></response>

<- breakpoint_set -i 14 -t exception -x "Deprecated"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="14" id="26870010"></response>

<- breakpoint_set -i 15 -t exception -x "Xdebug"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="15" id="26870011"></response>

<- breakpoint_set -i 16 -t exception -x "Unknown error"
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="16" id="26870012"></response>

<- run -i 17
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="17" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="28"></xdebug:message></response>

<- context_get -i 18
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$__composer_autoload_files" fullname="$__composer_autoload_files" type="array" children="1" numchildren="9" page="0" pagesize="32"><property name="253c157292f75eb38082b5acb06f3f01" fullname="$__composer_autoload_files[&quot;253c157292f75eb38082b5acb06f3f01&quot;]" type="bool"><![CDATA[1]]></property><property name="0e6d7bf4a5811bfa5cf40c5ccd6fae6a" fullname="$__composer_autoload_files[&quot;0e6d7bf4a5811bfa5cf40c5ccd6fae6a&quot;]" type="bool"><![CDATA[1]]></property><property name="6124b4c8570aa390c21fafd04a26c69f" fullname="$__composer_autoload_files[&quot;6124b4c8570aa390c21fafd04a26c69f&quot;]" type="bool"><![CDATA[1]]></property><property name="bc8d758335d4e980187df1bfef1c8f49" fullname="$__composer_autoload_files[&quot;bc8d758335d4e980187df1bfef1c8f49&quot;]" type="bool"><![CDATA[1]]></property><property name="094883ee9da9e6fabd95b86a5ef61b72" fullname="$__composer_autoload_files[&quot;094883ee9da9e6fabd95b86a5ef61b72&quot;]" type="bool"><![CDATA[1]]></property><property name="3f8bdd3b35094c73a26f0106e3c0f8b2" fullname="$__composer_autoload_files[&quot;3f8bdd3b35094c73a26f0106e3c0f8b2&quot;]" type="bool"><![CDATA[1]]></property><property name="9dda55337a76a24e949fbcc5d905a2c7" fullname="$__composer_autoload_files[&quot;9dda55337a76a24e949fbcc5d905a2c7&quot;]" type="bool"><![CDATA[1]]></property><property name="5d7e2090c9a3b69b2ff2fceddeadca94" fullname="$__composer_autoload_files[&quot;5d7e2090c9a3b69b2ff2fceddeadca94&quot;]" type="bool"><![CDATA[1]]></property><property name="04a9a7b26fb79fbd712347cc9bc9d9be" fullname="$__composer_autoload_files[&quot;04a9a7b26fb79fbd712347cc9bc9d9be&quot;]" type="bool"><![CDATA[1]]></property></property><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app-&gt;container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app-&gt;tip" facet="protected" type="null"></property><property name="middlewareLock" fullname="$app-&gt;middlewareLock" facet="protected" type="bool"><![CDATA[0]]></property></property><property name="$container" fullname="$container" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$container-&gt;defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="*Pimple\Container*values" fullname="$container-&gt;*Pimple\Container*values" facet="private" type="array" children="1" numchildren="11"></property><property name="*Pimple\Container*factories" fullname="$container-&gt;*Pimple\Container*factories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*protected" fullname="$container-&gt;*Pimple\Container*protected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*frozen" fullname="$container-&gt;*Pimple\Container*frozen" facet="private" type="array" children="0" numchildren="0"></property><property name="*Pimple\Container*raw" fullname="$container-&gt;*Pimple\Container*raw" facet="private" type="array" children="0" numchildren="0"></property><property name="*Pimple\Container*keys" fullname="$container-&gt;*Pimple\Container*keys" facet="private" type="array" children="1" numchildren="11"></property></property><property name="$logbookAuthorization" fullname="$logbookAuthorization" type="uninitialized"></property><property name="$slimConfig" fullname="$slimConfig" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="settings" fullname="$slimConfig[&quot;settings&quot;]" type="array" children="1" numchildren="1"></property></property><property name="$viewership" fullname="$viewership" type="uninitialized"></property></response>

<- step_over -i 19
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_over" transaction_id="19" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="44"></xdebug:message></response>

<- context_get -i 20
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="20" context="0"><property name="$__composer_autoload_files" fullname="$__composer_autoload_files" type="array" children="1" numchildren="9" page="0" pagesize="32"><property name="253c157292f75eb38082b5acb06f3f01" fullname="$__composer_autoload_files[&quot;253c157292f75eb38082b5acb06f3f01&quot;]" type="bool"><![CDATA[1]]></property><property name="0e6d7bf4a5811bfa5cf40c5ccd6fae6a" fullname="$__composer_autoload_files[&quot;0e6d7bf4a5811bfa5cf40c5ccd6fae6a&quot;]" type="bool"><![CDATA[1]]></property><property name="6124b4c8570aa390c21fafd04a26c69f" fullname="$__composer_autoload_files[&quot;6124b4c8570aa390c21fafd04a26c69f&quot;]" type="bool"><![CDATA[1]]></property><property name="bc8d758335d4e980187df1bfef1c8f49" fullname="$__composer_autoload_files[&quot;bc8d758335d4e980187df1bfef1c8f49&quot;]" type="bool"><![CDATA[1]]></property><property name="094883ee9da9e6fabd95b86a5ef61b72" fullname="$__composer_autoload_files[&quot;094883ee9da9e6fabd95b86a5ef61b72&quot;]" type="bool"><![CDATA[1]]></property><property name="3f8bdd3b35094c73a26f0106e3c0f8b2" fullname="$__composer_autoload_files[&quot;3f8bdd3b35094c73a26f0106e3c0f8b2&quot;]" type="bool"><![CDATA[1]]></property><property name="9dda55337a76a24e949fbcc5d905a2c7" fullname="$__composer_autoload_files[&quot;9dda55337a76a24e949fbcc5d905a2c7&quot;]" type="bool"><![CDATA[1]]></property><property name="5d7e2090c9a3b69b2ff2fceddeadca94" fullname="$__composer_autoload_files[&quot;5d7e2090c9a3b69b2ff2fceddeadca94&quot;]" type="bool"><![CDATA[1]]></property><property name="04a9a7b26fb79fbd712347cc9bc9d9be" fullname="$__composer_autoload_files[&quot;04a9a7b26fb79fbd712347cc9bc9d9be&quot;]" type="bool"><![CDATA[1]]></property></property><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app-&gt;container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app-&gt;tip" facet="protected" type="null"></property><property name="middlewareLock" fullname="$app-&gt;middlewareLock" facet="protected" type="bool"><![CDATA[0]]></property></property><property name="$container" fullname="$container" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$container-&gt;defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="*Pimple\Container*values" fullname="$container-&gt;*Pimple\Container*values" facet="private" type="array" children="1" numchildren="11"></property><property name="*Pimple\Container*factories" fullname="$container-&gt;*Pimple\Container*factories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*protected" fullname="$container-&gt;*Pimple\Container*protected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*frozen" fullname="$container-&gt;*Pimple\Container*frozen" facet="private" type="array" children="0" numchildren="0"></property><property name="*Pimple\Container*raw" fullname="$container-&gt;*Pimple\Container*raw" facet="private" type="array" children="0" numchildren="0"></property><property name="*Pimple\Container*keys" fullname="$container-&gt;*Pimple\Container*keys" facet="private" type="array" children="1" numchildren="11"></property></property><property name="$logbookAuthorization" fullname="$logbookAuthorization" type="uninitialized"></property><property name="$slimConfig" fullname="$slimConfig" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="settings" fullname="$slimConfig[&quot;settings&quot;]" type="array" children="1" numchildren="1"></property></property><property name="$viewership" fullname="$viewership" type="uninitialized"></property></response>

<- run -i 21
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="21" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="251"></xdebug:message></response>

<- context_get -i 22
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="22" context="0"><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app-&gt;container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app-&gt;tip" facet="protected" type="object" classname="Closure" children="1" numchildren="3"></property><property name="middlewareLock" fullname="$app-&gt;middlewareLock" facet="protected" type="bool"><![CDATA[1]]></property></property><property name="$args" fullname="$args" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$guest" fullname="$guest" type="object" classname="lucs\LogbookApp\Entities\Person\Person" children="1" numchildren="7" page="0" pagesize="32"><property name="id" fullname="$guest-&gt;id" facet="private" type="int"><![CDATA[51]]></property><property name="emailAddress" fullname="$guest-&gt;emailAddress" facet="private" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$guest-&gt;password" facet="private" type="string" size="10" encoding="base64"><![CDATA[Q2xhcmluZXQzNQ==]]></property><property name="nickname" fullname="$guest-&gt;nickname" facet="private" type="null"></property><property name="dateRegistered" fullname="$guest-&gt;dateRegistered" facet="private" type="null"></property><property name="authenticated" fullname="$guest-&gt;authenticated" facet="private" type="bool"><![CDATA[0]]></property><property name="preferences" fullname="$guest-&gt;preferences" facet="private" type="array" children="0" numchildren="0"></property></property><property name="$member" fullname="$member" type="object" classname="lucs\LogbookApp\Entities\Person\Person" children="1" numchildren="7" page="0" pagesize="32"><property name="id" fullname="$member-&gt;id" facet="private" type="int"><![CDATA[51]]></property><property name="emailAddress" fullname="$member-&gt;emailAddress" facet="private" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$member-&gt;password" facet="private" type="string" size="60" encoding="base64"><![CDATA[JDJ5JDEwJHFvVEhacmx0M21QMkt0eTNXWmtudXVXNGJtQWFEUVpIMnpDdG44cXFUMlJrMDNFelJ3QUZD]]></property><property name="nickname" fullname="$member-&gt;nickname" facet="private" type="string" size="11" encoding="base64"><![CDATA[Y2hhcmxpZWdhdG8=]]></property><property name="dateRegistered" fullname="$member-&gt;dateRegistered" facet="private" type="null"></property><property name="authenticated" fullname="$member-&gt;authenticated" facet="private" type="bool"><![CDATA[1]]></property><property name="preferences" fullname="$member-&gt;preferences" facet="private" type="array" children="1" numchildren="14"></property></property><property name="$realIdentity" fullname="$realIdentity" type="array" children="1" numchildren="5" page="0" pagesize="32"><property name="id" fullname="$realIdentity[&quot;id&quot;]" type="int"><![CDATA[51]]></property><property name="reg_date" fullname="$realIdentity[&quot;reg_date&quot;]" type="null"></property><property name="email" fullname="$realIdentity[&quot;email&quot;]" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$realIdentity[&quot;password&quot;]" type="string" size="60" encoding="base64"><![CDATA[JDJ5JDEwJGVCeHdNVy91dHdWbGpLMjdBUW5HVS4wTEp5NTJrVFVTcUkvREpFUGdLWnBiRWFxSUp1bU1H]]></property><property name="nickname" fullname="$realIdentity[&quot;nickname&quot;]" type="string" size="11" encoding="base64"><![CDATA[Y2hhcmxpZWdhdG8=]]></property></property><property name="$req" fullname="$req" type="object" classname="Slim\Http\Request" children="1" numchildren="16" page="0" pagesize="32"><property name="validProtocolVersions" fullname="$req::validProtocolVersions" facet="static protected" type="array" children="1" numchildren="4"></property><property name="method" fullname="$req-&gt;method" facet="protected" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="originalMethod" fullname="$req-&gt;originalMethod" facet="protected" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="uri" fullname="$req-&gt;uri" facet="protected" type="object" classname="Slim\Http\Uri" children="1" numchildren="9"></property><property name="requestTarget" fullname="$req-&gt;requestTarget" facet="protected" type="null"></property><property name="queryParams" fullname="$req-&gt;queryParams" facet="protected" type="null"></property><property name="cookies" fullname="$req-&gt;cookies" facet="protected" type="array" children="1" numchildren="2"></property><property name="serverParams" fullname="$req-&gt;serverParams" facet="protected" type="array" children="1" numchildren="39"></property><property name="attributes" fullname="$req-&gt;attributes" facet="protected" type="object" classname="Slim\Collection" children="1" numchildren="1"></property><property name="bodyParsed" fullname="$req-&gt;bodyParsed" facet="protected" type="array" children="1" numchildren="2"></property><property name="bodyParsers" fullname="$req-&gt;bodyParsers" facet="protected" type="array" children="1" numchildren="4"></property><property name="uploadedFiles" fullname="$req-&gt;uploadedFiles" facet="protected" type="array" children="0" numchildren="0"></property><property name="validMethods" fullname="$req-&gt;validMethods" facet="protected" type="array" children="1" numchildren="9"></property><property name="protocolVersion" fullname="$req-&gt;protocolVersion" facet="protected" type="string" size="3" encoding="base64"><![CDATA[MS4x]]></property><property name="headers" fullname="$req-&gt;headers" facet="protected" type="object" classname="Slim\Http\Headers" children="1" numchildren="2"></property><property name="body" fullname="$req-&gt;body" facet="protected" type="object" classname="Slim\Http\RequestBody" children="1" numchildren="8"></property></property><property name="$res" fullname="$res" type="object" classname="Slim\Http\Response" children="1" numchildren="7" page="0" pagesize="32"><property name="messages" fullname="$res::messages" facet="static protected" type="array" children="1" numchildren="64"></property><property name="validProtocolVersions" fullname="$res::validProtocolVersions" facet="static protected" type="array" children="1" numchildren="4"></property><property name="status" fullname="$res-&gt;status" facet="protected" type="int"><![CDATA[200]]></property><property name="reasonPhrase" fullname="$res-&gt;reasonPhrase" facet="protected" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="protocolVersion" fullname="$res-&gt;protocolVersion" facet="protected" type="string" size="3" encoding="base64"><![CDATA[MS4x]]></property><property name="headers" fullname="$res-&gt;headers" facet="protected" type="object" classname="Slim\Http\Headers" children="1" numchildren="2"></property><property name="body" fullname="$res-&gt;body" facet="protected" type="object" classname="Slim\Http\Body" children="1" numchildren="8"></property></property><property name="$u" fullname="$u" type="uninitialized"></property><property name="$url" fullname="$url" type="string" size="6" encoding="base64"><![CDATA[L2xvZ3Mv]]></property><property name="$this" fullname="$this" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$this-&gt;defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="*Pimple\Container*values" fullname="$this-&gt;*Pimple\Container*values" facet="private" type="array" children="1" numchildren="21"></property><property name="*Pimple\Container*factories" fullname="$this-&gt;*Pimple\Container*factories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*protected" fullname="$this-&gt;*Pimple\Container*protected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*frozen" fullname="$this-&gt;*Pimple\Container*frozen" facet="private" type="array" children="1" numchildren="10"></property><property name="*Pimple\Container*raw" fullname="$this-&gt;*Pimple\Container*raw" facet="private" type="array" children="1" numchildren="10"></property><property name="*Pimple\Container*keys" fullname="$this-&gt;*Pimple\Container*keys" facet="private" type="array" children="1" numchildren="21"></property></property></response>

<- run -i 23
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="23" status="stopping" reason="ok"></response>

Log closed at 2018-05-14 14:30:29

xdebug.log (22,612 bytes)   
Operating System
PHP Version7.2.0-7.2.4

Activities

one-man

2018-05-14 15:53

reporter   ~0004651

OK, so the mantis bug software doesnt show the issue much. File attached that shows unescaped quotes.

derick

2018-05-14 15:55

administrator   ~0004652

Looks like Mantis un-encoded the & + quot; to ".

However, I fail to see what the problem is? It's valid XML, and the quot; has the same meaning as ".

derick

2018-12-02 18:47

administrator   ~0004735

Can't reproduce this (and the log file shows it correct), so I am closing this as no further information was provided.

Issue History

Date Modified Username Field Change
2018-05-14 15:51 one-man New Issue
2018-05-14 15:53 one-man File Added: xdebug.log
2018-05-14 15:53 one-man Note Added: 0004651
2018-05-14 15:55 derick Note Added: 0004652
2018-05-14 15:55 derick Assigned To => derick
2018-05-14 15:55 derick Status new => feedback
2018-12-02 18:47 derick Note Added: 0004735
2018-12-02 18:47 derick Status feedback => resolved
2018-12-02 18:47 derick Resolution open => unable to reproduce
2020-03-12 16:33 derick Category Remote Debugging => Step Debugging