gwomacks / php-debug

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

Always getting "error evaluating code" in xdebug php console #243

Closed megusta420 closed 6 years ago

megusta420 commented 7 years ago

Hi! Thanks for the plugin but got stuck with evaluating php code in xdebug console for atom. Tried a lot of variants like "<?php echo 1; ?>" or "echo 1;" and even "echo 1" but all time getting error "error evaluating code".

image 3

cchamplin commented 6 years ago

Can you try just evaluating something like "1==1"