gwomacks / php-debug

Atom Text Editor package for PHP debugging
MIT License
119 stars 31 forks source link

PHP debug panel not opening #206

Closed shemayas closed 7 years ago

shemayas commented 7 years ago

Hi, I'm using the plugin for few months and suddenly the panel doesn't open.

peek 2016-12-27 15-50

Thank you very much.

simondelamarre commented 7 years ago

+1

simondelamarre commented 7 years ago

i'm using Atom 1.12.9 with php debug plugin version 0.0.1. i have the same problem sometime its work sometime the panel do not display. after desinstall reinstall the problem come back. this is my config :

PathMaps: [
      "remotepath;localpath"
      "/var/www/;/Users/sdelamarre/Sites/"
    ]
    ServerPort: 9999
    currentConsoleHeight: "171px"
    currentPanelHeight: "0px"
    currentPanelMode: "bottom"

Need help please ! :-)

joestock commented 7 years ago

Hi, I wish I had seen this sooner. If you haven't figured this one out yet, the problem is this: When you drag the height of the debugger window down to the bottom it sets currentPanelHeitght: "0px" in some cases. in your config file change it to currentPanelHeight: "40px". save it and then close and restart atom. That should fix it for ya.

cchamplin commented 7 years ago

This issue should be resolved in 0.2.5. The panel should no longer allow itself to become 0px tall.