SublimeTextXdebug
SublimeTextXdebug copied to clipboard
Xdebug debugger client for Sublime Text
I am having an issue related to https://github.com/martomo/SublimeTextXdebug/issues/63. Closing down multiple Sublime windows did not fix it for me. See @trungdq88's post: http://stackoverflow.com/questions/35532325/docker-port-conflict-on-ubuntu/35532956 for a detailed explanation on why Sublime...
Counting the number of characters utf8
 Non ascii key raise exception "Length mismatch encountered while reading the Xdebug message"
Hi, I have been trying to debug a PHP application on LAMPP stack from Sublime Text 3, but the browser loads the page completely without hitting any of the breakpoints...
Implemented better mappings from "mrphang" repo so you can specify your folders in particular order via list (instead of dict) as such: "path_mapping": [ ["/path/1/on/remote", "/path/1/on/local"], ["/path/2/on/remote", "/path/2/on/local"], ] Also,...
This issue only exists on Sublime Text 4, but I thought it should be made visible so the plugin could be updated if needed when ST4 releases.
XDebug stops at a line but there is not any (visible) breakpoint there. I think there was a breakpoint there once but not anymore. To remove it, I tried the...
Hello everyone, I've been trying to get it to work with no luck. I'm running a macOS Sierra, sublime 3 & vagrant. Here is my xdebug configuration: [xdebug] zend_extension="/usr/lib/php/20131226/xdebug.so" xdebug.default_enable=1...
-Added ignore_length_check -Added dont_launch_on_stop