Debugger Settings do not account for E_STRICT seperately |
Site Admin
|
I'm not sure why you need this. If you're talking about annoying popups, just set level to Warnings and Errors (or even lower) and you'll see only warnings and errors in the popups while the errors will all be shown in the Errors window. |
||||||||||||||
_________________ The PHP IDE team |
|
I'm always developing with E_ALL which helps detecting typos, vars not initialized etc, especially when debugging a couple of thousand lines of code. But having the debugger stopping at any line of code where there is eg. a check with is_a() with that E_STRICT message is annoying - in most cases I can't update that code because the client is either still running PHP4 or doesn't want to invest a few bucks to have the code updated. I consider developing with an error reporting below E_ALL as careless.
So the distinction between E_ALL with or without E_STRICT is important. |
||||||||||||
|
Site Admin
|
that's why I suggested to set level to Errors and Warnings. In this case debugger won't stop on E_STRICT because it's nothing else but a flavour of E_NOTICE.
You can easily review all such errors/warnings/notices etc produced by your scripts in the Errors window. |
||||||||||||||||
_________________ The PHP IDE team |
|
Well, thanks for answering, although the suggested workaround is inconvenient. When it comes to reviewing the error, one might have moved out of context already, which makes investigating the source of the error more complicated.
As PHPEd is grown to be a very sophisticated product I assumed it wouldn't be to big a problem to add another option into the Run & Debug section which it lacked since PHP5 was supported for the first time. Many thanks nevertheless, Stefan |
||||||||||||
|
Debugger Settings do not account for E_STRICT seperately |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by