I have a j2ee(JMS) application deployed to weblogic8.1. I have 5 MDB’s deployed to my weblogic server. I want to single step the java code from myclipse 5.5 . I am starting the weblogic server in debug mode from within myclipse and I do have break points set in the code.
The issue here is, when I start the server in debug mode , the perspective doesnt switch to debug mode in myclipse nor the break point is hit. Even if it does, do I have a chance to single step the jms application while the server is running in debug mode in myeclipse.
Any help would be much appreciated.
Thanks.