Re: question about debugging

2004-06-04 Thread Ralph Goers
I either have logging in my component or I use IntelliJ and attach it to the servlet container and do remote debugging. WHIRLYCOTT said: > I'm new to Cocoon and I'm working on modifying an existing Cocoon > application for a client. I'm finding that the process I'm using to add > new features to

RE: question about debugging

2004-06-03 Thread Nathaniel Alfred
>-Original Message- >From: WHIRLYCOTT [mailto:[EMAIL PROTECTED] >Sent: Donnerstag, 3. Juni 2004 21:34 >To: [EMAIL PROTECTED] >Subject: question about debugging > > >I'm new to Cocoon and I'm working on modifying an existing Cocoon >application for a

question about debugging

2004-06-03 Thread WHIRLYCOTT
I'm new to Cocoon and I'm working on modifying an existing Cocoon application for a client. I'm finding that the process I'm using to add new features to the pre-existing codebase is error prone and I'm wondering if people can provide their thoughts on some of the following topics and possibly