SublimeXdebug
SublimeXdebug copied to clipboard
Xdebug Interface for Sublime Text 2
So I went into the project settings and defined my url and for the index.php file, debugging works. If I try to debug another page it does not work. Any...
I was able to modify the uri() function to get remote paths correct, and the server is connecting back to ST2. However, I have two panes in ST2 where the...
... would be awesome.
When debugging code that has some global class member calls, such as CLASS::memeber_function($a), the cursor skip that line but it actually executed, which leads to the cursor be positioned in...
It will be a nice addition if you can jump to the function/files from the calling stack itself, is it possible?
I have a breakpoint set in my unit tests and I've started debugging in Sublime. When I run the tests I get the following error: 94846 segmentation fault phpunit -c...
my app app is my sublime project --app -------htdoc --------------index.php when i use shif+f8 start debugging, it show no url defined in project setting file, where is the project setting...
xdebug.var_display_max_depth=4
I'm missing something here. I am running Sublime Text 2 and the debugger on my Mac locally with my local set of code for adding breakpoints. I open the page...