I'm using Zend Server 9.0.1 (Build: 108824) on MS WIndows 10 Pro with Zend Studio 13.5.1 and I have problem with Zend Debugger.
When I'm debugging, I constantly get this error:
Code: Select all
get_called_class() called from outside a class
Code: Select all
#1 get_called_class() called at [variable expression(1) : eval()'d code:1]
#2 eval() called at [variable expression:1]
#3 unknown() called at [D:\Work\hdextranet\init.php:12]
I have no idea what is "unknown()" in my code, definitely there is no such thing. Of course this error causing the debugging process to stop, so basically I can't debug through my IDE.
Have tried several times to go straight to breakpoint or just to specifica line in the code, and sometimes succeeds, sometimes not.
Any ideas?
Thank you,
M.