Hi,
Good day.
My NetBeans enviroment based windowns system.
The tool worked very well for normal PHP source code.
i want to debug CI code with my NetBeans.
I set my system project properties -> run configuration -> Project URL: http://localhost/data/index.php/welcome/
And i linked the CI system folder as the NetBeans Project root directory.
When i strike F6 (Run). It worked well.
Then i set breakpoint at the welcome controller source code file welcome.php.
BreakPoint located here :
$this->load->view('index');When i strike Ctrl + F5 (Debug Project)
It failed to Go to the welcome.php file and also it didnot stop at the breakpoint.
IE url link to
http://localhost/data/index.php/welcome/?XDEBUG_SESSION_START=netbeans-xdebug
Show the following information.
404 Page Not Found
The page you requested was not found.
i am appreciated any help.
BR
Nano