Discussion:
Question on Kdevelop re PHP debugging
Kevin Funk
2017-03-26 10:09:57 UTC
Permalink
In googling around I came across your blog on Ddevelop, which is why I am
reaching out to you. Tho I'll understand if you don't have time to reply.
I've been using Kdevelop for the past 3 months now (on Fedora 25, KDE spin)
and I am really happy and impressed with it. I have a PHP site I built and
maintain.
My question is - does Kdevelop support PHP debugging? I have xdebug
installed, but Kdevelop doesn't seem to have a plugin for it; and it does
not work in the IDE. Even tho there is a PHP option in the configure
runtilme dialog, it fails if trying to execute a debug session. Haven't
been able to find any solutions via google searches.
Heya,

It does, but you do need to install the kdev-xdebug plugin yourself. I'm not
sure it's even in a compile-able state at the moment. Note that kdev-xdebug
only works with KDevelop 4.

See this old-ish blog post for an intro:
http://nikosams.blogspot.de/2010/02/kdevelop-xdebug-php-debugger.html

You can check out the plugin here:
git://anongit.kde.org/kdev-xdebug

To compile you need have (at least) the development headers of kdevplatform
around.

HTH,
Kevin
Any possible help appreciated!
Jeffrey Rocchio
<http://www.linkedin.com/in/jeffrocchio>
--
Kevin Funk | ***@kde.org | http://kfunk.org
Kevin Funk
2017-03-27 08:08:26 UTC
Permalink
Ok, thanks Kevin. I did check out the link you provided. I definitely seems
rather abandoned, and I don't want to go backwards to v4.x. I'll live with
KDev 5 as-is; or figure something else out.
Okay. No problem.

If you ever want to dive into C++ you could help us out on kdev-php/xdebug of
course :)

Cheers,
Kevin
Jeffrey Rocchio
<http://www.linkedin.com/in/jeffrocchio>
Post by Kevin Funk
In googling around I came across your blog on Ddevelop, which is why I am
reaching out to you. Tho I'll understand if you don't have time to reply.
I've been using Kdevelop for the past 3 months now (on Fedora 25, KDE
spin)
and I am really happy and impressed with it. I have a PHP site I built
and
maintain.
My question is - does Kdevelop support PHP debugging? I have xdebug
installed, but Kdevelop doesn't seem to have a plugin for it; and it does
not work in the IDE. Even tho there is a PHP option in the configure
runtilme dialog, it fails if trying to execute a debug session. Haven't
been able to find any solutions via google searches.
Heya,
It does, but you do need to install the kdev-xdebug plugin yourself. I'm not
sure it's even in a compile-able state at the moment. Note that kdev-xdebug
only works with KDevelop 4.
http://nikosams.blogspot.de/2010/02/kdevelop-xdebug-php-debugger.html
git://anongit.kde.org/kdev-xdebug
To compile you need have (at least) the development headers of kdevplatform
around.
HTH,
Kevin
Any possible help appreciated!
Jeffrey Rocchio
<http://www.linkedin.com/in/jeffrocchio>
--
--
Kevin Funk | ***@kde.org | http://kfunk.org
Kevin Funk
2017-09-29 16:04:40 UTC
Permalink
Post by Kevin Funk
In googling around I came across your blog on Ddevelop, which is why I am
reaching out to you. Tho I'll understand if you don't have time to reply.
I've been using Kdevelop for the past 3 months now (on Fedora 25, KDE spin)
and I am really happy and impressed with it. I have a PHP site I built and
maintain.
My question is - does Kdevelop support PHP debugging? I have xdebug
installed, but Kdevelop doesn't seem to have a plugin for it; and it does
not work in the IDE. Even tho there is a PHP option in the configure
runtilme dialog, it fails if trying to execute a debug session. Haven't
been able to find any solutions via google searches.
Heya,
It does, but you do need to install the kdev-xdebug plugin yourself. I'm not
sure it's even in a compile-able state at the moment. Note that kdev-xdebug
only works with KDevelop 4.
Heya,

please note: kdev-xdebug has now been ported to KF5/Qt5.

Please try it out and report back!

Regards,
Kevin
Post by Kevin Funk
http://nikosams.blogspot.de/2010/02/kdevelop-xdebug-php-debugger.html
git://anongit.kde.org/kdev-xdebug
To compile you need have (at least) the development headers of kdevplatform
around.
HTH,
Kevin
Any possible help appreciated!
Jeffrey Rocchio
<http://www.linkedin.com/in/jeffrocchio>
--
Kevin Funk | ***@kde.org | http://kfunk.org
Loading...