Hi,
When I use the debugger on nested projects, it won't work - it just can't include some files. It also returns a strange error msg: too many files open. The scripts work perfect outside a debug session.
I run a LAMP config with a samba share where the htdocs/scripts are located. The IDE runs on a W2k that directly accesses the scripts over the share. I start debug sessions over the browser.
When I include the htdocs dir (share from Linux production server) in the IDE, I get the too many open files error right at the first include()
When I don't include a filesystem in the IDE, it can't find the include files (remember it works perfect without invoked debug session)
When I include a local copy of the project in the IDE filesystem, it works quite far, but then the same errors occur.
Here some error examples:
arning: Failed opening '/home/samba/htdocs/icms/libraries/postProcessors.inc' for inclusion (include_path='') in /home/samba/htdocs/icms/parser.phtm on line 1454
Warning: open(/tmp/sess_9fb63f18889b9cd8f83791856e0ba712, O_RDWR) failed: Too many open files (24) in /home/samba/htdocs/icms/parser.phtm on line 1464
Warning: Could not execute mail delivery program in /home/samba/htdocs/icms/parser.phtm on line 207
As I said, everything works fine without the debugger. Any ideas?
Thanks for any help,
Martin