I regularly debug weblogic 6.1 with Ideaj and it always 'just worked'. Couple of things to look for.
When you set up a break point and link to the server do you get a green tick on the red spot? If you don't, or you get a cross I think it means the break point on your source code does not map to a byte code on the server. Make sure the two are in sync. Are you compiling for deployment with debug set on? This got me a couple of times because I built and deployed with ANT which recomiled everything. Are you linking to the wromg remote process? I've done this too. Hope that helps. Tom > ----- Original Message ----- > From: "Nilesh Shah" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: 13 December, 2001 3:57 AM > Subject: [Eap-list] Remote Debugging of Weblogic Apps > > > > > > I have started weblogic with the options specified in Remote debugging > > dialog box. When I start debugger it successfully connect to weblogic > > debugger on port 5000. > > > > I have set some beakpoints on Servlets code, but it never stops at the > > breakpoints.. I know this code is being executed. > > > > Has anybody tried debugging with weblogic?.. Is there any good > > documentation on Debugging from IDEA?. I have already cheked the help. > > > > Thanks, > > > > Nilesh shah > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list ---------------------------------------------------------------------- If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer to http://www.drkw.com/disc/email/ or contact the sender. ---------------------------------------------------------------------- _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
