How to use brackpoint with phpstorm from jetbrain

0

Dear colleagues

I am using phpstorm for my developments and I would like to know how I can configure the debugging to use breakpoints, something similar to what can be done with visual studio, if possible with phpstorm why I ask for your help

Greetings

    
asked by Pablo Moraga 04.09.2017 в 16:51
source

1 answer

0

You must install the xDebugger component in your php and configure phpstorm so that it listens for remote connections. You must also install a component in your browser type xdebug helper (chrome) and activate it whenever you want the browser to launch an interruption to the IDE.

documentation: link

    
answered by 04.09.2017 в 17:37