martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Can't hide debug windows #133

Open rottmann opened 9 years ago

rottmann commented 9 years ago

I can close the "xDebug Context", "Xdebug watch" tabs, ... but the panel is still visible.

Sublime 3071 Linux Mint 17.1 Settings

        "xdebug": {
            "url": "http://localhost/",
            "break_on_exception": false
        }

Restore layout not working. Uninstall and re-install not helped.

At the end i created a new workspace for my project.

matthanley commented 9 years ago

I have the same issue. Ending debugging with "Stop Debugging (Close Windows)" doesn't always remove the panels that were created for the debugging context windows. A workaround is to re-initialise the view with View > Layout > Single, but this is annoying.

git-manuel commented 6 years ago

I had the same issue. I did what @matthanley said. Worked just fine.

thanks

hi-hai commented 6 years ago

Use this option:

close_on_stop : true

avxkim commented 5 years ago

@hailite thanks, it worked.