Codelite v 9.2.0
Installed via apt install from deb http://repos.codelite.org/debian/ jessie contrib
Debian 8.6 jessie
PHP Version 5.6.26-0+deb8u1
gdb v 7.7.1
I have Codelite properly debugging my PHP code on my localhost web server. If I run a php web page file from Codelite using F5 or the debug play button, debug breakpoints and stepping works fine. Once the web page is rendered in my browser, Codelite exits the debug mode. I would like to enter data on the browser form, submit a postback and continue to debug. The postback form submit does not trigger Codelite into debug mode even though the XDEBUG_SESSION=codeliteide cookie is set. Also port 9000 LISTEN is not active unless debugging is initiated from within Codelite via F5 or the play button. Does Codelite support a postback debug capability?
PHP postback debugging
-
- CodeLite Curious
- Posts: 3
- Joined: Tue Oct 11, 2016 3:13 am
- Genuine User: Yes
- IDE Question: PHP
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: PHP postback debugging
No.jtmurphy1k wrote:Does Codelite support a postback debug capability
Can you post this as a feature request? (should be relatively easy to add support)
https://github.com/eranif/codelite/issues/new
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Tue Oct 11, 2016 3:13 am
- Genuine User: Yes
- IDE Question: PHP
- Contact:
Re: PHP postback debugging
Posted. Thanks.