This content has been marked as final.
Show 1 reply
-
1. Re: how to debug ejb by eclipse + lomboz + jboss ?
formenti Feb 26, 2004 2:59 AM (in response to yaohuang2)Hi!
You can simply place a breakpoint on your code and run the server from the "Lomboz J2EE View" in Eclipse as "Debug Server".
When the execution reach the line with the breakpoint you can go to the Debug prespective and debug your class...
Gio