For info the remote debugging problems still exist using build 533. Any 
thoughts on possible causes? This is a key feature for us. Cheers,

                Geoff.

Geoff Ballinger wrote:

>> From: "Edoardo Comar" <[EMAIL PROTECTED]>
>>
>> - the classes you run are out-of-date. In this case the bkpt is marked
>> as invalid.
> 
> 
> 
>     The classes are freshly built from the source in IDEA. The only 
> other thing that is done is that they are built into a jar before being 
> deployed on the server. The breakpoint is marked with a red dot overlaid 
> with a green tick mark.
> 
> 
>> - the class is excluded by the debugger - see ide preferences.
> 
> 
> 
>     As one of the other replies indicated this only controls stepping I 
> think - but for the record the class in question is not in an excluded 
> package.
> 
>> From: "Eugene Zhuravlev" <[EMAIL PROTECTED]>
> 
> 
>  >
> 
>> Please provide some details about your environment:
>> What servlet container are you using?
> 
> 
> 
>     Tomcat 3.2.3.
> 
> 
>> What are the JDK versions used to run both IDEA and the servlet 
>> container?
> 
> 
> 
>     Sun jdk 1.3.1_01 under win2k on a Dell Inspiron 8000 for IDEA 
> itself, and Sun jdk1.3.1 under redhat 7.2 on an anonymous cheap i810E 
> chipset celeron box for the container.
> 
> 
>> What is the commandline you use to start the servlet container?
> 
> 
> 
>     A few fragments from the startup script ...
> 
> MEM=128m
> 
> DEBUGOPTS="-Xdebug -Xnoagent -Djava.compiler=NONE 
> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000"
> 
> $JAVA_HOME/bin/java ${DEBUGOPTS} -Xmx${MEM} -Dtomcat.home=${TOMCAT_HOME} 
> org.apache.tomcat.startup.Tomcat -config 
> $TOMCAT_HOME/conf/server-unity.xml &
> 
> 
>> Did the breakpoint icon change after the preakpoint was created? (there
>> should be a checkmark indicating that the breakpoint request was added to
>> the debuggee VM)
> 
> 
>     Yes - the checkmark exists on the breakpoint.
> 
>     The breakpoint is on a System.out.println in a servlet's init 
> method. The servlet in question is loaded on startup in each webapp to 
> initialise various caches. I see several more of these run after setting 
> up the breakpoint without it being tripped,
> 
>                             G.
> 




________________________________________________________________________

E-mail is an informal method of communication and may be subject to data corruption, 
interception and unauthorised amendment for which Digital Bridges Ltd will accept no 
liability. Therefore, it will normally be inappropriate to rely on information 
contained on e-mail without obtaining written confirmation.

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.

________________________________________________________________________


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to