gwomacks / php-debug

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

Allow hiding some panels (Stack, Context, Watchpoints, Breakpoints) #165

Closed ricpelo closed 7 years ago

ricpelo commented 8 years ago

This is a great tool. Unfortunately, my tiny screen gives me little width space.

For instance, the Context panel is very useful for me; however, I never use watchpoints. With the actual layer, the Context panel has very little width so I need to continously scroll it left & right in order to see all the variables and their values. Hiding the Watchpoints panel will bring me more width space for the Context panel.

Ability to hide some of the information panels (Stack, Context, Watchpoints, Breakpoints) could be great.

Thanks in advance!

ricpelo commented 8 years ago

The ability to stack the panels vertically (instead of the horizontal current layout) could be great, too.

nahuelhds commented 8 years ago

+1

cchamplin commented 8 years ago

This should be partially addressed in f04b55b and should land in v0.2.4. That commit adds the ability to hide panels, letting the others fill the space.