@@ -53,11 +53,11 @@ echo file_get_contents( $xdebugLogFileName );
5353
5454-> step_into -i 4
5555<? xml version="1.0 " encoding="iso-8859 -1 "?>
56- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="4" status="break" reason="ok"><xdebug:message filename="file://counter.inc" lineno="15 "></xdebug:message></response>
56+ <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="4" status="break" reason="ok"><xdebug:message filename="file://counter.inc" lineno="6 "></xdebug:message></response>
5757
5858-> step_into -i 5
5959<? xml version="1.0 " encoding="iso-8859 -1 "?>
60- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file://counter .inc" lineno="6 "></xdebug:message></response>
60+ <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file://skip-vendor-directory .inc" lineno="7 "></xdebug:message></response>
6161%A
6262[%d] [Path Mapping] INFO: Scanning for map files with pattern '%sdebugger%e.xdebug%e*.map'
6363[%d] [Path Mapping] DEBUG: No map files found with pattern '%sdebugger%e.xdebug%e*.map'
@@ -74,12 +74,14 @@ echo file_get_contents( $xdebugLogFileName );
7474[%d] [Path Mapping] INFO: Location %sautoload.inc:7 needs to be skipped
7575[%d] [Path Mapping] INFO: Mapping location %scounter.inc:15
7676[%d] [Path Mapping] INFO: Couldn't map location %sxdebug%ecounter.inc:15
77- [%d] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="4" status="break" reason="ok"><xdebug:message filename="file://%scounter.inc" lineno="15"></xdebug:message></response>
78- %A
79- [%d] [Step Debug] <- step_into -i 5
8077[%d] [Path Mapping] INFO: Mapping location %sautoload.inc:8
8178[%d] [Path Mapping] INFO: Location %sautoload.inc:8 needs to be skipped
8279[%d] [Path Mapping] INFO: Mapping location %scounter.inc:6
8380[%d] [Path Mapping] INFO: Couldn't map location %scounter.inc:6
84- [%d] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file://%scounter.inc" lineno="6"></xdebug:message></response>
81+ [%d] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="4" status="break" reason="ok"><xdebug:message filename="file://%scounter.inc" lineno="6"></xdebug:message></response>
82+ %A
83+ [%d] [Step Debug] <- step_into -i 5
84+ [%d] [Path Mapping] INFO: Mapping location %sskip-vendor-directory.inc:7
85+ [%d] [Path Mapping] INFO: Couldn't map location %sskip-vendor-directory.inc:7
86+ [%d] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file://%sskip-vendor-directory.inc" lineno="7"></xdebug:message></response>
8587%A
0 commit comments