Skip to content

Instantly share code, notes, and snippets.

@juanperi
Created February 1, 2015 20:48
Show Gist options
  • Save juanperi/28a7eb010b8135d4e781 to your computer and use it in GitHub Desktop.
Save juanperi/28a7eb010b8135d4e781 to your computer and use it in GitHub Desktop.
Vdebug path_maps not working with lvimrc
- [Info] {dom 01 2015 21:40:38} Searching for win by name /home/juan/Documents/sandbox/videos/app/check.php
- [Info] {dom 01 2015 21:40:38} Win 1, name /home/juan/Documents/sandbox/videos/app/check.php
- [Info] {dom 01 2015 21:40:38} Returning window number 1
- [Info] {dom 01 2015 21:40:38} Found connection from ('172.17.0.116', 43316)
- [Info] {dom 01 2015 21:40:38} Updated line number of breakpoint 11000 to 18
- [Info] {dom 01 2015 21:40:38} Registering 1 breakpoints with the debugger
- [Debug] {dom 01 2015 21:40:38} Command: breakpoint_set -i 1 -t line -f file:///home/juan/Documents/sandbox/videos/app/check.php -n 18 -s enabled
- [Debug] {dom 01 2015 21:40:38} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="1" state="enabled" id="10001"></response>
- [Debug] {dom 01 2015 21:40:38} Command: context_names -i 2
- [Debug] {dom 01 2015 21:40:38} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="2"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>
- [Debug] {dom 01 2015 21:40:38} Available context names: {0: 'Locals', 1: 'Superglobals'}
- [Debug] {dom 01 2015 21:40:38} Command: run -i 3
- [Debug] {dom 01 2015 21:40:38} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="3" status="stopping" reason="ok"></response>
- [Info] {dom 01 2015 21:40:38} Debugging session has ended
- [Info] {dom 01 2015 21:40:38} Closing the connection
- [Debug] {dom 01 2015 21:40:38} Closing the socket
- [Info] {dom 01 2015 21:42:08} Searching for win by name /home/juan/Documents/sandbox/videos/app/check.php
- [Info] {dom 01 2015 21:42:08} Win 1, name /home/juan/Documents/sandbox/videos/app/check.php
- [Info] {dom 01 2015 21:42:08} Returning window number 1
- [Info] {dom 01 2015 21:42:08} Found connection from ('172.17.0.117', 34779)
- [Info] {dom 01 2015 21:42:08} Updated line number of breakpoint 11000 to 18
- [Info] {dom 01 2015 21:42:08} Registering 1 breakpoints with the debugger
- [Debug] {dom 01 2015 21:42:08} Command: breakpoint_set -i 1 -t line -f file:///var/www/app/check.php -n 18 -s enabled
- [Debug] {dom 01 2015 21:42:08} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="1" state="enabled" id="10001"></response>
- [Debug] {dom 01 2015 21:42:08} Command: context_names -i 2
- [Debug] {dom 01 2015 21:42:08} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="2"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>
- [Debug] {dom 01 2015 21:42:08} Available context names: {0: 'Locals', 1: 'Superglobals'}
- [Debug] {dom 01 2015 21:42:08} Command: run -i 3
- [Debug] {dom 01 2015 21:42:08} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="3" status="break" reason="ok"><xdebug:message filename="file:///var/www/app/check.php" lineno="18"></xdebug:message></response>
- [Info] {dom 01 2015 21:42:08} Getting stack information
- [Debug] {dom 01 2015 21:42:08} Command: stack_get -i 4
- [Debug] {dom 01 2015 21:42:08} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="4"><stack where="{main}" level="0" type="file" filename="file:///var/www/app/check.php" lineno="18"></stack></response>
- [Debug] {dom 01 2015 21:42:08} Replacing remote path (/var/www/) with local path (/home/juan/Documents/sandbox/videos/)
- [Debug] {dom 01 2015 21:42:08} Replacing remote path (/var/www/) with local path (/home/juan/Documents/sandbox/videos/)
- [Info] {dom 01 2015 21:42:08} Moving to current position in source window
- [Info] {dom 01 2015 21:42:08} Setting source file: /home/juan/Documents/sandbox/videos/app/check.php
- [Info] {dom 01 2015 21:42:08} Placing pointer sign on line 18
- [Info] {dom 01 2015 21:42:08} Getting Locals variables
- [Debug] {dom 01 2015 21:42:08} Command: context_get -i 5 -c 0
- [Debug] {dom 01 2015 21:42:08} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" context="0"><property name="$checkPassed" fullname="$checkPassed" type="uninitialized"></property><property name="$iniPath" fullname="$iniPath" address="140110314881704" type="string" size="21" encoding="base64"><![CDATA[L2V0Yy9waHA1L2NsaS9waHAuaW5p]]></property><property name="$req" fullname="$req" type="uninitialized"></property><property name="$symfonyRequirements" fullname="$symfonyRequirements" address="140110439020256" type="object" classname="SymfonyRequirements" children="1" numchildren="1" page="0" pagesize="32"><property name="*RequirementCollection*requirements" fullname="$symfonyRequirements-&gt;*RequirementCollection*requirements" facet="private" address="140110440897176" type="array" children="1" numchildren="41"></property></property></response>
- [Info] {dom 01 2015 21:42:08} Writing 5 properties to the context window
- [Debug] {dom 01 2015 21:42:08} Writing to context window:
[ *Locals ] [ Superglobals ]
- Locals at /home/juan/Documents/sandbox/videos/app/check.php:18
⬦ $checkPassed = (uninitialized)
|
⬦ $iniPath = (string [21]) `/etc/php5/cli/php.ini`
|
⬦ $req = (uninitialized)
|
▾ $symfonyRequirements = (SymfonyRequirements [1])
\
▸ $symfonyRequirements->*RequirementCollection*requirements = (array [41])
/
- [Info] {dom 01 2015 21:42:14} Closing the connection
- [Debug] {dom 01 2015 21:42:14} Command: detach -i 6
- [Debug] {dom 01 2015 21:42:14} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="detach" transaction_id="6" status="stopping" reason="ok"></response>
- [Debug] {dom 01 2015 21:42:14} Closing the socket
- [Info] {dom 01 2015 21:37:42} Searching for win by name /home/juan/Documents/sandbox/videos/app/check.php
- [Info] {dom 01 2015 21:37:42} Win 1, name /home/juan/Documents/sandbox/videos/app/check.php
- [Info] {dom 01 2015 21:37:42} Returning window number 1
- [Info] {dom 01 2015 21:37:42} Found connection from ('172.17.0.115', 40669)
- [Info] {dom 01 2015 21:37:42} Updated line number of breakpoint 11000 to 18
- [Info] {dom 01 2015 21:37:42} Registering 1 breakpoints with the debugger
- [Debug] {dom 01 2015 21:37:42} Command: breakpoint_set -i 1 -t line -f file:///var/www/app/check.php -n 18 -s enabled
- [Debug] {dom 01 2015 21:37:42} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="1" state="enabled" id="10001"></response>
- [Debug] {dom 01 2015 21:37:42} Command: context_names -i 2
- [Debug] {dom 01 2015 21:37:42} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="2"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>
- [Debug] {dom 01 2015 21:37:42} Available context names: {0: 'Locals', 1: 'Superglobals'}
- [Debug] {dom 01 2015 21:37:42} Command: run -i 3
- [Debug] {dom 01 2015 21:37:42} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="3" status="break" reason="ok"><xdebug:message filename="file:///var/www/app/check.php" lineno="18"></xdebug:message></response>
- [Info] {dom 01 2015 21:37:42} Getting stack information
- [Debug] {dom 01 2015 21:37:42} Command: stack_get -i 4
- [Debug] {dom 01 2015 21:37:42} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="4"><stack where="{main}" level="0" type="file" filename="file:///var/www/app/check.php" lineno="18"></stack></response>
- [Debug] {dom 01 2015 21:37:42} Replacing remote path (/var/www/) with local path (/home/juan/Documents/sandbox/videos/)
- [Debug] {dom 01 2015 21:37:42} Replacing remote path (/var/www/) with local path (/home/juan/Documents/sandbox/videos/)
- [Info] {dom 01 2015 21:37:42} Moving to current position in source window
- [Info] {dom 01 2015 21:37:42} Setting source file: /home/juan/Documents/sandbox/videos/app/check.php
- [Info] {dom 01 2015 21:37:42} Placing pointer sign on line 18
- [Info] {dom 01 2015 21:37:43} Getting Locals variables
- [Debug] {dom 01 2015 21:37:43} Command: context_get -i 5 -c 0
- [Debug] {dom 01 2015 21:37:43} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" context="0"><property name="$checkPassed" fullname="$checkPassed" type="uninitialized"></property><property name="$iniPath" fullname="$iniPath" address="139734241956520" type="string" size="21" encoding="base64"><![CDATA[L2V0Yy9waHA1L2NsaS9waHAuaW5p]]></property><property name="$req" fullname="$req" type="uninitialized"></property><property name="$symfonyRequirements" fullname="$symfonyRequirements" address="139734366095072" type="object" classname="SymfonyRequirements" children="1" numchildren="1" page="0" pagesize="32"><property name="*RequirementCollection*requirements" fullname="$symfonyRequirements-&gt;*RequirementCollection*requirements" facet="private" address="139734367971992" type="array" children="1" numchildren="41"></property></property></response>
- [Info] {dom 01 2015 21:37:43} Writing 5 properties to the context window
- [Debug] {dom 01 2015 21:37:43} Writing to context window:
[ *Locals ] [ Superglobals ]
- Locals at /home/juan/Documents/sandbox/videos/app/check.php:18
⬦ $checkPassed = (uninitialized)
|
⬦ $iniPath = (string [21]) `/etc/php5/cli/php.ini`
|
⬦ $req = (uninitialized)
|
▾ $symfonyRequirements = (SymfonyRequirements [1])
\
▸ $symfonyRequirements->*RequirementCollection*requirements = (array [41])
/
- [Info] {dom 01 2015 21:37:46} Closing the connection
- [Debug] {dom 01 2015 21:37:46} Command: detach -i 6
- [Debug] {dom 01 2015 21:37:46} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="detach" transaction_id="6" status="stopping" reason="ok"></response>
- [Debug] {dom 01 2015 21:37:46} Closing the socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment