Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] debugging without stopping server

Is it possible for aspectj to debug application or project running on the server without stopping the service?

For instance, suppose I have an application providing service and the application also talks to the backend database. Sometime it might throw error (not server crash), but we can not stop it. I check the doc and it looks like load-time weaving can be used for this purpose, but I have no idea how to do that. Would anyone please provide senario or any good tutorial/ example about this?

Thanks in advice,





Back to the top