Using Flow Debugger

2003-09-05 Thread Upayavira
I'm struggling with debugging a flowscript. I'd like to use the Rhino debugger. I've seen the wiki page, and uncommented the debugger/ node in cocoon.xconf. How does the debugger get invoked? Am I supposed to start it, and have it connect to Tomcat? Does it automatically start? I'm confused. I

RE: Using Flow Debugger

2003-09-05 Thread Reinhard Poetz
The flow debugger starts automatically if you call a flowscript. Reinhard -Original Message- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 12:27 PM To: [EMAIL PROTECTED] Subject: Using Flow Debugger I'm struggling with debugging a flowscript. I'd

Re: Using Flow Debugger

2003-09-05 Thread Upayavira
[mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 12:27 PM To: [EMAIL PROTECTED] Subject: Using Flow Debugger I'm struggling with debugging a flowscript. I'd like to use the Rhino debugger. I've seen the wiki page, and uncommented the debugger/ node in cocoon.xconf. How does the debugger

Re: Using Flow Debugger

2003-09-05 Thread Upayavira
Ugo Cei wrote: Upayavira wrote: Reinhard Poetz wrote: The flow debugger starts automatically if you call a flowscript. I've enabled it (with debuggerenabled/debugger), restarted tomcat, then reload my page, and the page just hangs. Any ideas? Regards, Upayavira Are you running Cocoon on

Re: Using Flow Debugger

2003-09-05 Thread Timothy Larson
I hit this problem when running Jetty as a Windows service. Running it as a normal application allowed the flow debugger to work correctly. There is a config setting for windows services that controls whether they can be interactive or not. I only know how it is set with the Java Service

Re: Using Flow Debugger

2003-09-05 Thread Upayavira
Timothy Larson wrote: I hit this problem when running Jetty as a Windows service. Running it as a normal application allowed the flow debugger to work correctly. There is a config setting for windows services that controls whether they can be interactive or not. I only know how it is set with