gwomacks / php-debug

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

Migrate plugin to atom-ide debugger #271

Open deresh opened 6 years ago

deresh commented 6 years ago

New versions of atom-ide project have built-in debugger support.

Can this be ported to it?

cyberbit commented 6 years ago

Yes yes! This would be amazing 😍

cchamplin commented 6 years ago

Reference #1

So 0.3.0 just landed and it uses a separate package https://atom.io/packages/atom-debug-ui which I've been developing for several months. As a result there is overlap between atom-debug-ui and atom-ide-debugger (which didn't exist when I started the rewrite).

Per #1: Unfortunately I have a number of other projects to maintain/devote my time to; so another rewrite of PHP-Debug for a different UI package is not going to be possible for me personally for at least 6 to 12 months. Especially because some of the functionality PHP-Debug requires might need to be added upstream into atom-ide-debugger.

paulvandermeijs commented 6 years ago

Integration with Atom IDE would be great but moving to the dock in the latest update is a great improvement already.

The only thing I found to be a bit confusing was that php-debug suggests to install Atom IDE. As a new user of Atom IDE I had to look twice before I noticed that debug functionality for Atom IDE and php-debug are two different things.