I have setup remote debugging in netbeans. It works except codeigniter only loads the default controller (home page). I have enabled query strings with
$config['enable_query_strings'] = TRUE;
The debugger opens up a page with the following url
http://blinkfilms.ben.dev/myid/tests?XDEBUG_SESSION_START=netbeans-xdebug
So codeigniter should fire up the controller in controllers/myid/tests.php