kdevelop php debugging ignoring breakpoints?

Niko Sams niko.sams at gmail.com
Sun May 16 22:04:39 UTC 2010


On Fri, May 14, 2010 at 16:48, Pete Scott <pete.j.scott at gmail.com> wrote:
> Running KDevelop 4.0.60 (using KDevPlatform 1.0.60), built from source
> (source updated yesterday), along with php and php-docs plugins.
>
> Downloaded (from SVN) the executebrowser plugin, the executescript plugin,
> and the xdebug plugin today (all 1.0 beta 1), compiled and noted that they
> are properly detected from within KDevelop.
>
> Configured launch configurations per the instructions here:
> http://nikosams.blogspot.com/2010/02/kdevelop-xdebug-php-debugger.html.
>
> Debugging with a Launch Configuration of type "Script Application" works
> properly (stopping at breakpoints, step into/over/out functions, etc.);
> However, debugging with a Launch Configuration of type "Browser Application"
> simply fails to stop at any breakpoints. The page is rendered in its
> entirety, regardless of any breakpoints set.
>
> Using Firefox as my browser.
>
> Is there any more information I could provide? Any thoughts/suggestions?
> More information I could provide?
Do you use a remote server? If so, did you set up the path mappings correctly?

If that's not the problem, please enable debug output (using kdebugdialog) and
post the console output.

Niko




More information about the KDevelop-devel mailing list