At 01:25 PM 6/1/00 -0400, Steve Levine wrote:
>
>I'm having a problem debugging a servlet. I start Tomcat with JDE->Debug App 
>which runs the main() class for Tomcat, and
>it starts up. I set a breakpoint in the file and it seems to work. I use a 
>browser to hit the servlet's URL and the debugger
>seems to hit the breakpoint correctly. On the next command -- step over, 
>continue, etc. -- the debugger stops responding to
>commands.

The debugger is not responding to the JDE's request for the fields of the
this object at the breakpoint. Is the breakpoint in a static method, i.e.,
a method that has no this object.

- Paul

Reply via email to