Martijn Dijkhuizen
Martijn Dijkhuizen
That's correct, now Xdebug does not stop code execution on any exceptions. For more details what are the possible exceptions, see [default *.sublime-settings](https://github.com/martomo/SublimeTextXdebug/blob/a6d14769cf1c3df870489f068ef75befa0f3effd/Xdebug.sublime-settings#L50-L71)
- What operation system(s) and version of Sublime Text are you using? - How did you [install](https://github.com/martomo/SublimeTextXdebug#installation) SublimeTextXdebug, Package Control, git clone or download? - Are you trying to debug...
@ckee Can you please be more specific, what exactly do you mean with a 'blank screen', perhaps 'Xdebug Context' view? - Are you trying to debug the script remotely or...
@ckee Are you using perhaps Doctrine or any other libraries in your code? Try increasing the value of the max nesting level in your xdebug.ini. ``` ini xdebug.max_nesting_level = 300...