gwomacks / php-debug

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

Multiple tabs keep opening when current breakpoint wasn't explicitly continued #289

Closed ghost closed 6 years ago

ghost commented 6 years ago

I assume this is due to the nature of the "allow multiple sessions" setting, but even disabling it keeps spawning an additional two tabs (the console and the debug UI) per new request that comes in.

I'm not sure if any of these are possible, but the following would perhaps be interesting:

ciscon commented 6 years ago

Yes, this makes it completely unusable. Regardless of how "allow multiple sessions" is set, after my first breakpoint is hit, new requests will come in regardless and open up dozens and dozens of tabs.

cchamplin commented 6 years ago

Duplicate of #291

This should be fixed in the next release (sometime this week). There is a flag that's sent to xdebug but to disable multiple connections but it looks like xdebug is ignoring this in certain situations.

cchamplin commented 6 years ago

Should be Fixed in v0.3.5. If not please reopen