martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Not stopping on breakpoint #137

Open ljudina opened 9 years ago

ljudina commented 9 years ago

Hello,

Under following configuration I'm not able to stop xdebug on breakpoints:

Q: What operation system(s) and version of Sublime Text are you using? A: Windows 7 Professional 64-bit and SublimeText 3 Build 3065 Q: How did you install SublimeTextXdebug, Package Control, git clone or download? A: Via download Q: Are you trying to debug the script remotely or locally, through browser or command line? A: Through browser Q: Which version of Xdebug extension do you have? A: Xdebug version php_xdebug-2.2.5-5.5-vc11-x86_64 Q: Can you post your project/settings file and Xdebug configuration from the *.ini located on your server. A: Yes

; XDEBUG configuration zend_extension = "g:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll" ; [xdebug] xdebug.remote_enable = 1 xdebug.remote_host = "127.0.0.1" xdebug.remote_port = 9000 xdebug.remote_handler = "dbgp" xdebug.remote_mode = req ;xdebug.remote_connect_back = 1 xdebug.remote_log="g:/wamp/tmp/xdebug.log"

//project/settings file { "folders": [ { "follow_symlinks": true, "path": "H:\lokal\mikrobakery-rep\local"
} ], "settings": { "xdebug": { "url": "http://mare-pc:81/", "super_globals": true, "close_on_stop": true }
} }

Q: Does the console window (Ctrl+`) show any more information regarding the error? A: Console window does not show any errors

Thank you for your time.

Sincerely,

Marko

ljudina commented 9 years ago

Also here is xdebug log:

Log opened at 2015-03-23 17:53:20 I: Connecting to configured address/port: 127.0.0.1:9000. I: Connected to client. :-) -> <![CDATA[Xdebug]]><![CDATA[Derick Rethans]]><![CDATA[http://xdebug.org]]><![CDATA[Copyright (c) 2002-2014 by Derick Rethans]]>

<- feature_set -i 1 -n show_hidden -v 1 ->

<- feature_set -i 2 -n max_children -v 32 ->

<- feature_set -i 3 -n max_data -v 1024 ->

<- feature_set -i 4 -n max_depth -v 1 ->

<- breakpoint_set -i 5 -t line -f file%3A//H%3A%5Clokal%5Cmikrobakery-rep%5Clocal%5Capp%5Ccontrollers%5Ccarts_controller.php -n 4460 ->

<- run -i 6 ->

Log closed at 2015-03-23 17:53:22

Log opened at 2015-03-23 17:53:23 I: Connecting to configured address/port: 127.0.0.1:9000. I: Connected to client. :-) -> <![CDATA[Xdebug]]><![CDATA[Derick Rethans]]><![CDATA[http://xdebug.org]]><![CDATA[Copyright (c) 2002-2014 by Derick Rethans]]>

<- feature_set -i 1 -n show_hidden -v 1 ->

<- feature_set -i 2 -n max_children -v 32 ->

<- feature_set -i 3 -n max_data -v 1024 ->

<- feature_set -i 4 -n max_depth -v 1 ->

<- breakpoint_set -i 5 -t line -f file%3A//H%3A%5Clokal%5Cmikrobakery-rep%5Clocal%5Capp%5Ccontrollers%5Ccarts_controller.php -n 4460 ->

<- run -i 6 ->

Log closed at 2015-03-23 17:53:23