Debug Breakpoint: Notice Error
Sorry for asking a really stupid question, but I'm trying to debug my script and it's trying to access an invalid array value:
Notice Error: Undefined offset: 16602086
Notice Error: Trying to access array offset on value of type null
I'm trying to use PHP Exception Breakpoints (XDebug 3) to halt the program just in time, but does anyone know what "Notice Error" maps too?
I've tried adding Notice and Warning to my exception breakpoints but it doesn't suspend execution and "Notice Error" doesn't appear in the list, is there somewhere I can look this up?
Many thanks.
Please sign in to leave a comment.
Notice should work okay: https://www.screencast.com/t/plRcVYOhqlOj
What if you try it on the same code sample I did, would it stop?