Martijn Dijkhuizen

Results 24 comments of Martijn Dijkhuizen

@vishalkhialani What version of Sublime Text are you using? In case you are using Sublime Text 3, this repository might not work properly and I would recommend to look into...

@vishalkhialani Did you try [SublimeTextXdebug (Xdebug Client)](https://github.com/martomo/SublimeTextXdebug)?

@vishalkhialani Change the `max_depth` and `max_children` to an higher value in Xdebug.sublime-settings.

Close the _Xdebug Context_ and _Xdebug Stack_ windows like any other file window then press `Shift+Alt+1` to close the groups and return to using one group window.

I created a new [**repository**](https://github.com/martomo/SublimeTextXdebug) that is compatible with both Sublime Text 2 and 3, which also supports remote debugging and more. Also I would recommend to look into other...

I created a new [**repository**](https://github.com/martomo/SublimeTextXdebug) that is compatible with both Sublime Text 2 and 3, which also supports remote debugging and more.

@tobz-nz, I created a new [**package**](https://github.com/martomo/SublimeTextXdebug) based on Kindari's package, that is compatible with both Sublime Text 2 and 3, which also supports remote debugging and more. Please let me...

Unfortunately the 'watch' breakpoint types are not supported by DBGP protocol. ([source](http://xdebug.org/docs-dbgp.php#error-codes)) > 201 - breakpoint type not supported (for example I don't support > 'watch' yet and thus return...

@cstuder What you are talking about is a [conditional breakpoint](http://xdebug.org/docs-dbgp.php#id1), you are able to define an expression for a breakpoint when to stop. For example you set a breakpoint in...

@cstuder I have added an initial commit martomo/SublimeTextXdebug@9484168838051f29123b8b6c24eb4b9911a3e776 for this feature to [SublimeTextXdebug](https://github.com/martomo/SublimeTextXdebug), please let me know what you think. I still have to fine tune it some more, enable/disable...