On Mon, 12 Mar 2007, Jun Monnai wrote:
> I'm trying to get JIT working, but it does not work for me so far.
> I set these and made sure they are set correctly by phpinfo().
>
> xdebug.remote_enable = On
> xdebug.remote_mode = jit
>
> Then I added erroneous function call like:
>
> bogusfunction();
>
> in my php source.
>
> When the error hppened, xdebug inserted a nice error information
> on generating web page, but did not attempt to connect debug
> client. I tested with both debugclient-0.9.0.exe and my client.
That indeed seems to be a bug, could you file a bug report at
http://bugs.xdebug.org for this please?
> When ``xdebug.remote_mode = req'', xdebug inserts error info
> on the generating page and terminates the connection. I wish
> DBGP client can communicate after an error occurs, so the programmer
> can see what causes the error easily.
The client can do that, but only a limited number of functions is
available:
breakpoint_list, context_names, feature_get, typemap_get, status and
xcmd_profiler_name_get.
What exactly do you want to see after a script has been terminated?
regards,
Derick
-- Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.orgReceived on Wed Mar 14 2007 - 15:54:47 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST