I'm new to Sugar development and this is my first post here. I'm trying to setup Eclipse to debug SugarCRM code. Here's my environment.
Sugar Version: 4.5.1g
PHP: 5
Apache:2.2.x
Eclipse Version: 3.3.0 Build id: I20070625-1500
DB: MySql
Problem Description:
I'm able to successfully launch debugger but it is displaying tons of Debug Strict PHP(5) messages. I have set error_reporting parameter to E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR in every php.ini file that i found in my system. Also, I changed any php code that sets error_reporting in any .php file to error_reporting (E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR); I have restarted my eclipse 1000 times but i still get E_STRICT messages when i launch the debugger. The problem with these messages is that it takes lot of time to post any page and sometimes it just times out and doesn't work and it makes development/debugging tedious. I have tried to search the forums and on internet for similar problem but haven't found any resolution.
Any help is greatly appreciated.
Thanks.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks