brookhong / DBGPavim

This is a plugin to enable php debug in VIM with Xdebug, with a new debug engine.
132 stars 19 forks source link

self.isWinServer is not defined #4

Closed teranex closed 12 years ago

teranex commented 12 years ago

Commit 393c64ec has introduced an issue for me: When I enter ':Bp' during a debugging session, I receive an error that self.isWinServer is not defined (line 1175: https://github.com/brookhong/DBGPavim/blob/master/plugin/dbgpavim.py#L1175)

brookhong commented 12 years ago

Thx for reporting. Fixed.

teranex commented 12 years ago

thx!