Hey Everyone , I have configured xdebuger with vis...
# help
c
Hey Everyone , I have configured xdebuger with visual studio IDE .But my break point is not getting hit .
p
have you installed a browser extension for xdebug as well?
c
no . Ok let me install
i have installed it
p
then go to yves and activate it - does the breakpoint kick in then?
maybe you try it by putting a break point into the index.php of yves first to see if it works
c
here in index.php i have added break point .but it is not getting hit
can you please check my launch.json is correct or not
p
@mammoth-ram-1172 Do you see sth missing?
c
hey @plain-city-95899 sir . Now breakpoint is hitting but getting this error NO ACTIVE PATH
m
You haven’t set your php path in runtimeExecutable
c
i have set this
@mammoth-ram-1172 @plain-city-95899 now my debugger is working fine . Thank you
🙌 2