gwomacks / php-debug

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

Clicking on PHP Debug panel clears the debug session #230

Closed kenorb closed 7 years ago

kenorb commented 7 years ago

While debugging (xdebug), when I click on PHP Debug (next to PHP Console) to hide the panel and show again, the debugging session is lost (e.g. Stack and Context is empty).

cchamplin commented 7 years ago

Closing the debugging panel ends all debugging sessions/connects. This is intended. The closest thing to hiding while keeping your session would be to drag the panel to the bottom making it as small as possible.