Skip to content

Instantly share code, notes, and snippets.

@qstrahl
Created February 28, 2013 14:52
Show Gist options
  • Save qstrahl/5057293 to your computer and use it in GitHub Desktop.
Save qstrahl/5057293 to your computer and use it in GitHub Desktop.
- Place 3 breakpoints - Begin session - Run to next breakpoint - Exit
- [Info] {Thu 28 2013 09:48:22} Searching for win by name /var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php
- [Info] {Thu 28 2013 09:48:22} Win 1, name /var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php
- [Info] {Thu 28 2013 09:48:22} Returning window number 1
- [Info] {Thu 28 2013 09:48:22} Found connection from ('127.0.0.1', 58334)
- [Info] {Thu 28 2013 09:48:22} Updated line number of breakpoint 11008 to 676
- [Info] {Thu 28 2013 09:48:22} Updated line number of breakpoint 11007 to 664
- [Info] {Thu 28 2013 09:48:22} Updated line number of breakpoint 11006 to 653
- [Info] {Thu 28 2013 09:48:22} Registering 3 breakpoints with the debugger
- [Debug] {Thu 28 2013 09:48:22} Command: breakpoint_set -i 1 -t line -f file:///var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php -n 676 -s enabled
- [Debug] {Thu 28 2013 09:48:22} 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="28680001"></response>
- [Debug] {Thu 28 2013 09:48:22} Command: breakpoint_set -i 2 -t line -f file:///var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php -n 664 -s enabled
- [Debug] {Thu 28 2013 09:48:22} 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="2" state="enabled" id="28680002"></response>
- [Debug] {Thu 28 2013 09:48:22} Command: breakpoint_set -i 3 -t line -f file:///var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php -n 653 -s enabled
- [Debug] {Thu 28 2013 09:48:22} 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="3" state="enabled" id="28680003"></response>
- [Debug] {Thu 28 2013 09:48:22} Command: context_names -i 4
- [Debug] {Thu 28 2013 09:48:22} 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="4"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>
- [Debug] {Thu 28 2013 09:48:22} Available context names: {0: 'Locals', 1: 'Superglobals'}
- [Debug] {Thu 28 2013 09:48:22} Command: step_into -i 5
- [Debug] {Thu 28 2013 09:48:22} Response: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file:///var/www/mopals/web/app.php" lineno="3"></xdebug:message></response>
- [Info] {Thu 28 2013 09:48:22} Getting stack information
- [Debug] {Thu 28 2013 09:48:22} Command: stack_get -i 6
- [Debug] {Thu 28 2013 09:48:22} 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="6"><stack where="{main}" level="0" type="file" filename="file:///var/www/mopals/web/app.php" lineno="3"></stack></response>
- [Info] {Thu 28 2013 09:48:22} Moving to current position in source window
- [Info] {Thu 28 2013 09:48:22} Setting source file: /var/www/mopals/web/app.php
- [Info] {Thu 28 2013 09:48:23} Placing pointer sign on line 3
- [Info] {Thu 28 2013 09:48:23} Getting Locals variables
- [Debug] {Thu 28 2013 09:48:23} Command: context_get -i 7 -c 0
- [Debug] {Thu 28 2013 09:48:23} 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="7" context="0"><property name="$e" fullname="$e" type="uninitialized"></property><property name="$kernel" fullname="$kernel" type="uninitialized"></property><property name="$request" fullname="$request" type="uninitialized"></property><property name="$response" fullname="$response" type="uninitialized"></property></response>
- [Info] {Thu 28 2013 09:48:23} Writing 4 properties to the context window
- [Debug] {Thu 28 2013 09:48:23} Writing to context window:
[ *Locals ] [ Superglobals ]
- Locals at /var/www/mopals/web/app.php:3
⬦ $e = (uninitialized)
|
⬦ $kernel = (uninitialized)
|
⬦ $request = (uninitialized)
|
⬦ $response = (uninitialized)
- [Info] {Thu 28 2013 09:48:27} Running
- [Debug] {Thu 28 2013 09:48:27} Command: run -i 8
- [Debug] {Thu 28 2013 09:48:27} 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="8" status="stopping" reason="ok"></response>
- [Info] {Thu 28 2013 09:48:27} Debugging session has ended
- [Info] {Thu 28 2013 09:48:27} Closing the connection
- [Debug] {Thu 28 2013 09:48:27} Closing the socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment