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

Conflict with jsruntime.vim #1

Closed xbot closed 12 years ago

xbot commented 12 years ago

When press F5 to start a PHP debugging session using DBGPavim, exception is raised:

AttributeError: 'JSDebug' object has no attribute 'run'.

Is there a way to prevent confliction between two vim scripts written in python ?

brookhong commented 12 years ago

It seems that the name 'debugger' is too welcomed. Fixed. Thanks for reporting the issue.