ahungry / geben

Geben - PHP xdebug for Emacs
GNU General Public License v3.0
90 stars 10 forks source link

call breakpoints #21

Open ksjogo opened 8 years ago

ksjogo commented 8 years ago

I was not able to get hits on call breakpoints this weekend and their display in the breakpoint list seemed off. Will investigate.

ksjogo commented 8 years ago

It seems that the Class->method syntax does not work sometimes, we should probably default to :: as that works for static and instance methods. (Only speaking for php, is anybody using dbgp for something else currently).