Restore Layout not working
The Restore Layout command only closes the 4 tabs but the bottom splitted window remains open even after a Sublime restart. And now I can't close it at all.
View layout Single restores the layout fro me on SLT3
It worked for me too a couple of times, until it broke, but sadly, I can't reproduce this.
Did you perhaps change the debug_layout or disable_layout settings?
I'm not sure I understand what is the issue, I need more information on how to reproduce this.
Do you change the layout during your debugging session?
I have noticed that when I stop the Debug session , the XCode relatewd Tabs will just move from teh bottom 2 tabs to the upper mail tab.
@martomo, I did not changed those settings. What do you mean by changing the layout? I'll let you know if it happens again and I'll pay attention to the steps.
@revolt666 With 'changing the layout' I mean, that you resized the Xdebug and/or file views in Sublime Text.
I think I did that
I too have this issue:

Yes. Resizing them with the mouse does that to me to. If you want to change the size you need to set that in "debug_layout" instead.
To reset to default go to View => Layout => Single that work every time for me.
something offtopic, is there a way to use Chome Debug view to handle debugging (breakpoints)? The Sublime Xdebug feels quite tedious compare it to eg: PHPStorm
@revolt666 and @r0w4n upon changing the 'debugging' layout it will forget your previous layout state. Therefore resulting with the 'modified' layout.
When I developed this, I assumed the end-user would use the views without changing the layout, or use the debug_layout to specify their desired layout.
As @Fuxy22 mentioned you can reset your layout in the menu "View - Layout - Single" (Alt+Shift+1 or ⌘+Shift+1)
I will take a look whether it's possible to restore the layout, despite the 'debugging' layout has changed or not.
@daslicht Do you mean handling PHP breakpoints in Chrome Developer Tools?
@martomo: Yeah exactly. I have no clue if that would be better , it just pops up to my mind.
in Sublime XDebug, is it normal that you can't explore opjects to its full depth ? I have notives that when I look inside an object i see some times just ... whereas when debugging with ChomeLogger i get the full Object to explore :D
Thank you !
@daslicht You have a setting for the maximum depth
@revolt666 : oh interesting , how do you know the depth of an object ?
:laughing: yeah, you're right
I fixed my layout by setting custom setting in Settings - User
in Tools -> Xdebug -> Settings - User added
{
"close_on_stop": true
}