Is 'no breakpoints stop` finally solved in Eclipse PDT + Xdebug? -


what current state of debugging php applications eclipse pdt , xdebug. has got work, i.e. stop @ breakpoints defined in eclipse (not using xdebug_break())?

i've read this on 2 years old question, turned out (may 2013) helios doesn't stops @ breakpoints @ all. so, followed advice , switched galileo, find out, not stopping @ breakpoints. difference see galileo ignores open in browser setting , debugs in external webbrowser, annoing.

when have break @ first line checked, see eclipse taskbar icon blink each time click link, eclipse doesn't stops on -- neither first line nor breakpoints. executes (renders entire page in external browser, there no debugging @ all.

if uncheck break @ first line, eclipse doesn't react on clicking in page being debugged. goes through entire code , stops nowhere.

i'm able stop using xdebug_break(), of course joke. if option, don't need eclipse , xdebug @ all. can use notepad , die() have same results.

i've read somewhere, galileo doesn't stop on breakpoint , should install juno instead. there any eclipse version or package can used debugging php apps xdebugs , able stop on breakpoints? has started become crazy? how many versions should test?

i've spent (too) many hours on this, reading many different stackoverflow answers, installing 3 different eclipse editions, checking , unchecking hundreds of options , restarting eclipse million times , ended nothing. appreciate on this.

currently working on: windows 7, eclipse pdt galileo sr 2, php 5.3, xampp.

if there out there, in using eclipse pdt , xdebug debugging php application stopping on breakpoints , respecting open in browser option, can please provide simple answer on install, configure , check achieve same?

have tried using phpeclipse? seems work fine when debugging php code xdebug.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -