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.

enter image description here

notice how it's debugging @ line 3(green line) while break point @ line 5(read line).

as pointed out @chetan ameta in comments, unchecking solved problementer image description here


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -