custom debugger client |
Site Admin
|
Sorry, what's the question ? You want me to teach you how to write your own Java client or what ?
Certainly debugger does not connect to the client until either it is explicitly requested or JIT condition happened. |
||||||||||||
|
|
Let me try and clarify. I don't want you to teach me how to write my own Java client. My question has to do with specifically how and when the debugger makes a connection to a client. How does one explicitly request the debugger? I would assume a JIT condition would occur upon an error? Am I correct in assuming that the debugger would never connect to a client if an error has not occured?
|
||||||||||||
|
Site Admin
|
Debugger is supposed to connect to the client if either of the following conditions met
-debug session is requested (see FAQ http://forum.nusphere.com/howto-run-debug-session-t585.html on how to do it) -a regular error (E_WARNING as well as other E_xxx) occured _and_ it is sufficiently high to pass by JIT error level and JIT is enabled. I would recommend you to rely on the first condition as the main way. |
||||||||||||
|
|
That's exactly what I was looking for. Thankyou!!
|
||||||||||||
|
custom debugger client |
|
||
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