Problem Setting up Xdebug for remote debugging with Notepad++ plugin

I am trying to configure xdebug, and have turned on php display errors.

Suite now throws the following error.

( ! ) Warning: The remote debug handler 'dbgp xdebug.remote_mode' is not supported. in /var/www/suitecrm/index.php on line  *41*

are there any settings i need to change in suitecrm?

i don’t know why, but i always seem to make more progress straight after posting :stuck_out_tongue_winking_eye:. desipte having tried for hours beforehand.

seems i needed to add xdebug.remote_handler=“dbgp” to php.ini

This also happens to me! I guess sometimes we focus on a problem in a certain way and we can’t get away from that perspective. In those moments, any break from the focus actually helps.

Sometimes I get a similar effect by walking away from my computer, doing something else, taking a walk.

Any way I am glad you got it working. If you haven’t used a debugger before, you’ll see it really boosts your productivity.

1 Like

I’ll need the productivity boost - especially as i’ll be walking more in future :slight_smile:

I’m trying to setup notepad++ to debug remotely with xdebug plugin, but im struggling to understand the correct paths to use - despite following several tutorials. i keep getting unable to map remove file…fallback to source.

will keep at it