Skip to content

Instantly share code, notes, and snippets.

@qstrahl
Created February 28, 2013 15:15
Show Gist options
  • Save qstrahl/5057450 to your computer and use it in GitHub Desktop.
Save qstrahl/5057450 to your computer and use it in GitHub Desktop.
- Start debug session - :b to SurveyController.php - Move to line 653 - Run to cursor - Exit
- [Info] {Thu 28 2013 10:11:30} Searching for win by name /var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php
- [Info] {Thu 28 2013 10:11:30} Win 1, name /var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php
- [Info] {Thu 28 2013 10:11:30} Returning window number 1
- [Info] {Thu 28 2013 10:11:30} Found connection from ('127.0.0.1', 58501)
- [Debug] {Thu 28 2013 10:11:30} Command: context_names -i 1
- [Debug] {Thu 28 2013 10:11:30} 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="1"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>
- [Debug] {Thu 28 2013 10:11:30} Available context names: {0: 'Locals', 1: 'Superglobals'}
- [Debug] {Thu 28 2013 10:11:30} Command: step_into -i 2
- [Debug] {Thu 28 2013 10:11:30} 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="2" status="break" reason="ok"><xdebug:message filename="file:///var/www/mopals/web/app.php" lineno="3"></xdebug:message></response>
- [Info] {Thu 28 2013 10:11:30} Getting stack information
- [Debug] {Thu 28 2013 10:11:30} Command: stack_get -i 3
- [Debug] {Thu 28 2013 10:11:30} 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="3"><stack where="{main}" level="0" type="file" filename="file:///var/www/mopals/web/app.php" lineno="3"></stack></response>
- [Info] {Thu 28 2013 10:11:30} Moving to current position in source window
- [Info] {Thu 28 2013 10:11:30} Setting source file: /var/www/mopals/web/app.php
- [Info] {Thu 28 2013 10:11:30} Placing pointer sign on line 3
- [Info] {Thu 28 2013 10:11:31} Getting Locals variables
- [Debug] {Thu 28 2013 10:11:31} Command: context_get -i 4 -c 0
- [Debug] {Thu 28 2013 10:11:31} 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="4" 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 10:11:31} Writing 4 properties to the context window
- [Debug] {Thu 28 2013 10:11:31} 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 10:12:07} /var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php
- [Info] {Thu 28 2013 10:12:07} /var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php
- [Info] {Thu 28 2013 10:12:07} Running to position: line 653 of /var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php
- [Debug] {Thu 28 2013 10:12:07} Command: breakpoint_set -i 5 -t line -f file:///var/www/mopals/src/MoPals/Bundle/Controller/SurveyController.php -n 653 -s enabled -r 1
- [Debug] {Thu 28 2013 10:12:07} 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="5" state="enabled" id="36990001"></response>
- [Info] {Thu 28 2013 10:12:07} Running
- [Debug] {Thu 28 2013 10:12:07} Command: run -i 6
- [Debug] {Thu 28 2013 10:12:07} 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="6" status="stopping" reason="ok"></response>
- [Info] {Thu 28 2013 10:12:07} Debugging session has ended
- [Info] {Thu 28 2013 10:12:07} Closing the connection
- [Debug] {Thu 28 2013 10:12:07} Closing the socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment