php - xdebug not working with breakpoints. How can I fix it? -
xdebug debugs single file , project both. problem when put breakpoint not stop @ breakpoint rather stops @ first line , when press f8 moves next line, way have press f8 move way end through code.
i using php 7.0.5,xdebug 2.4.0 & netbeans 8.1.
this looks after start debugging project.
notice how it's debugging @ line 3(green line) while break point @ line 5(read line).


Comments
Post a Comment