Re: [PHP-DEV] Problems debugging on win32
[email protected] ("Braulio Jos? Solano Rojas")
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi! "Braulio José Solano Rojas" <[email protected]> escribió en el mensaje news:[email protected]... > I also think I did, but maybe I missed something in my Win32 Debug_TS > configuration. Can you point on how do I create it. Basically I have > disabled Optimizations, I have added the following preprocessor definitions > "DEBUG,_DEBUG,ZEND_DEBUG=1,WIN32,_WINDOWS,_MBCS,_USRDLL,ISIS_EXPORTS,ZEND_DE > BUG=0,COMPILE_DL_ISIS,ZTS=1,ZEND_WIN32,PHP_WIN32", and I added debug info > "Program Database for Edit and Continue". The file created is bigger than > the one created using Win32 Release_TS configuration. Sorry! I realised myself reading my own email that I had inserted a ZEND_DEBUG=0. I do not know why, because I also had ZEND_DEBUG=1. Just those mistakes that gives you headache. Nice to recognize your own mistakes. :-) Anyway, thanks for the help provided. Best regards, Braulio