Welcome Guest, Not a member yet? Register   Sign In
CI debugging problems with Komodo and Eclipse
#1

[eluser]Unknown[/eluser]
Hi Forum,

I have tied to debug some CI applications using both Komodo and Eclipse IDEs. I use xdebug for remote debug of applications running on a Linux machine with Apache 2.

Debugging starts with both IDEs, I can step through functions, set breakpoints etc., however the values taken by local variables in my application folder functions such as data['query'] in my controllers are not displayed, neither in Komodo nor in Eclipse, These variables are instead shown by both IDEs as "uninitiated". However, a variable that I can see the values for is the $this->.... variable.

I am rather new in PHP debugging business, but still I have so far found this only in CI applications. If I use any of the IDEs for debugging a simple php file of my own running on the server, the local variable values show up.

Has any of you seen this, is there a way out. Not seeing the local variable values makes IDE debugging more or less useless of course..

Thanks!!




Theme © iAndrew 2016 - Forum software by © MyBB