gwomacks / php-debug

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

Debug section collapsing #200

Closed oniramarf closed 6 years ago

oniramarf commented 7 years ago

While using the php-debug package I have encountered the following issue: after my debug session is completed, the debug section collapses.

The size of the available windows reduces slowly until it is collapsed to minimum and it is impossible to use it.

After restarting, the debug panel is back to normal, but it is really frustating to close and reopen the editor after each debugging session.

Could you help me solve this issue?

oniramarf commented 7 years ago

I also add that I am using the debug console on right side insthead of using the default bottom position.

nikita-kiryanov commented 7 years ago

I also have the same problem (also using the debug console on right side).

joestock commented 7 years ago

I ran into a similar issue with this but I keep mine at the bottom. However, if you go into your config file, under "php-debug":

reset currentPanelHeight: "50px" or something other than zero. Each time you drag and resize the panel it changes the currentPanelHeight setting. Not sure but hope this helps.

cchamplin commented 7 years ago

I have not been able to reproduce this. Do can you provide your config?

cchamplin commented 6 years ago

Likely fixed as part of rewrite for v0.3.0