@support-rkalla wrote:
Curious,
If you are trying to debug a struts action, you don’t need to do any of that stuff. Just deploy your project, make sure to start your app server in debug mode (set by default) and just set a break point… then go do something in your app that causes the action to get called again and MyEclipse will stop on your break point.
Hi:
Yes, I am trying to debug a struts action.
I did as you said above I started weblogic in debug mode and place a breakpoint in the structs action code and did something in the browser that should break into it.
The other way I did was to start Weblogic by itself but use MyEclipse 5.1 Run/Debug and choose a name for the “Remote Java Application”. I created the name by going to source and click “Add” and I choose “Workspace Folder”. When I do something in my browser it does break intot the MyEclipse 5.1 I can see the values for the variables in the “Variables” tab but I cannot see the source code. It says “Source Not Found”.
Yours,
Desperate.