gwomacks / php-debug

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

UI Freezes when breakpoint is hit #266

Closed bkmeneguello closed 6 years ago

bkmeneguello commented 6 years ago

Whenever the debugger stops at some breakpoint or any watch is added the entire UI freezes until the variables are evaluated. It seems to be related to context evaluation. In my case, it's worst because I'm debugging a slow remote server. It should happen in background, disabling debug actions while the process happens and enabling them when the response arrives. If possible, allow to continue while waiting for response and update partial responses (not wait for all context evaluation to update the view)

jarrettj commented 6 years ago

Hi,

Good day.

Same issue here. This happens when debugging local source as well. It just hangs.

Regards. JJ

cchamplin commented 6 years ago

Should be fixed in v0.3.0. If not please reopen.