Re: [aspectwerkz-user] about the
Alexandre Vasseur <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Xudong No at all ! Hotdeployment is not at all tied to whatever debugging facilities. The story is as follow: - you can use remote debugging with online weaving, there is no issue at all, no matter the way you enable online weaving (class load time weaving) - you can do hot deployment on 1.3, 1.4, and 1.5 - hot deployment requires AW 2 - hot deployment requires the latest native module and a -Xdebug flag on 1.3 and 1.4 due to a VM limitation that has been solved in 1.5 (and off course you can do remote debugging when you do hot deployment if you want) In summary: neither the way you configure online weaing neither if you are or not using hot deployment impact the way you do remote debugging. Just configure the remote debugging (port, mode, etc) as you would do for any Java app. Alex On Apr 5, 2005 11:36 PM, xudong <[email protected]> wrote: > Hi all, > > I found that aspectwerkz would enable remote debugging while online weaving. > I guess aspectwerkz supports hot deployment and undeployment through this > way. > > So I want to know: > * Is it possible to disable remote debugging if I don't need the feature: > hot deployment? And How? > > Thanks. > > Best wishes, > xudong > >