SublimeTextXdebug icon indicating copy to clipboard operation
SublimeTextXdebug copied to clipboard

Can't hide debug windows

Open rottmann opened this issue 10 years ago • 4 comments

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.

rottmann avatar Feb 20 '15 12:02 rottmann

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.

matthanley avatar Jun 22 '15 09:06 matthanley

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

thanks

git-manuel avatar Feb 13 '18 19:02 git-manuel

Use this option:

close_on_stop : true

hi-hai avatar Mar 21 '18 14:03 hi-hai

@hailite thanks, it worked.

avxkim avatar Oct 21 '18 11:10 avxkim