Hi Grzegorz, I get many errors like this:
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: No such child: 1
at java.awt.Container.getComponent(Container.java:280)
at org.mozilla.javascript.tools.debugger.FileWindow.updateToolTip
(SwingGui.java:2181)
at org.mozilla.javascript.tools.debugger.FileWindow.<init>
(SwingGui.java:2161)
at org.mozilla.javascript.tools.debugger.SwingGui.createFileWindow
(SwingGui.java:486)
at org.mozilla.javascript.tools.debugger.SwingGui.showFileWindow
(SwingGui.java:455)
at org.mozilla.javascript.tools.debugger.SwingGui.showStopLine
(SwingGui.java:435)
at org.mozilla.javascript.tools.debugger.SwingGui.enterInterruptImpl
(SwingGui.java:583)
at org.mozilla.javascript.tools.debugger.RunProxy.run(SwingGui.java:
3531)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:
184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:
176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Also, sometimes flow execution just stops as if it has reached a
breakpoint - seems to be no way to continue so I have to restart the
app. There also appears to be issues of cocoon.redirectTo() not
working when called from flow with the debugger enabled. Please bear
in minda, that these observations are all based on my five minutes of
frustration this morning before I managed to disable it - they may
not be wholly accurate!
I do think the FlowDebugger should not be enabled by default for dev mode though - disabling requires you specifically have to add a dev properties folder to your blocks, and also have to think hard about the sometimes head-bending (but powerful!) property cascading with respect to property file names etc.
Robin On 4 Aug 2008, at 12:22, Grzegorz Kossakowski wrote:
Robin Wyles pisze:Hi,Hi Robin,I just noticed this change this morning when I updated to latest trunk... lo and behold the flowscript debugger started up when I ran my app which seemed to cause all sorts of issues when testing in Eclipse, and using mvn jetty:run... So my question.... should the FlowScript debugger really be enabled by default for dev mode?Could you elaborate on these issues you face? If there are some serious problems then I think we'll switch it off again.Actually, you can do it yourself very easily but still defaults are important.-- Grzegorz Kossakowski --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature
