Hi Geoff, Please provide some details about your environment: What servlet container are you using? What are the JDK versions used to run both IDEA and the servlet container? What is the commandline you use to start the servlet container? 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)
Best regards, Eugene Zhuravlev IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" ----- Original Message ----- From: "Geoff Ballinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 04 December, 2001 6:18 PM Subject: [Eap-list] Remote debugging in idea527 > Hi all, > > One of the key features of Pandora from our point of view is remote > debugging of our server. Our software mainly consists of a large > collection of servlets and supporting classes running in a tomcat 3.2.3 > container. We usually develop on a windows 2000 box and test/deploy on > an linux box. > > Getting the debugger connected to the jvm was fairly easy. I just added > the extra parameters presented in the Pandora GUI to the command line > which starts the tomcat container. I then hit debug and it claims to > have connected to the target VM using socket transport. > > Things are then less good. Firstly I set a breakpoint in a bit of code > which I know is being called regularly. I know the code continues being > run (it produces some console output!) but the breakpoint is never > triggered. > > I also don't initially get a list of threads. I have to select "customise > view" from the drop down and then hit OK without making any changes to > generate the list - not very intuitive!?! > > To be honest without being able to hit a breakpoint I can't take this > very much further usefully. Any thoughts on either of these?, > > Geoff. > > > ________________________________________________________________________ > > 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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
