Welcome Guest, Not a member yet? Register   Sign In
How to debug CI source code with NetBeans. ? thanks!
#2

[eluser]Bogdan Tanase[/eluser]
try enabling query strings in config.php file from CI, it might get you a little further.

Code:
$config['enable_query_strings']=TRUE;

BTW, the only decent debugging I've seen for PHP is the one from Zend Studio. It has a browser plugin which communicates with Zend Studio so you can break the script exactly where you got the problem.

It works very simple:
1. set break point in the suspected code
2. run the application and go to the page you wish to debug (let's say a form or something).
3. right click browser window, select "debug next page"
4. Submit the form. And that's all. The debugger will start.

It also doesn't uses query strings so it works really nice with CI.

I'm interested if anyone found a similar free solution to do useful debugging in PHP.


Messages In This Thread
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 07-19-2009, 03:45 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 07-20-2009, 12:27 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 07-20-2009, 05:35 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 07-21-2009, 05:31 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 02-11-2010, 12:20 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 02-28-2010, 08:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB