gwomacks / php-debug

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

no debugers installed #327

Open marco-canada opened 5 years ago

marco-canada commented 5 years ago

I have installed the plugin, the chrome helper and xdebug is set (I am using lando).

I keep getting "No debuggers installed". What am I missing?

glerner commented 4 years ago

Also getting "No debuggers installed". I have verified XDebug is installed in Linux Mint PHP and in Lando PHP. php -f phpinfo.php | less (or lando php -f phpinfo.php | less ) has Xdebug settings

php -f phpinfo.php | less 
xdebug support => enabled
Version => 2.6.0
lando php -f phpinfo.php | less 
xdebug support => enabled
Version => 2.6.0beta1

Unclear what to put in Packages, Settings View, php-debug, Settings, Path Mappings I have: /users/USERNAME/sites/themedev/bedrock/web;/app/bedrock/web