JavaScript Debugger: unable to open file
I'm developing in Spring Surf 1.0.0-M2 using Roo:
---------------------------------------
roo> addon list
Add-ons dir..: /Applications/roo/add-ons
spring-surf-roo-addon-1.0.0.M2-roo-addon.zip (345427 bytes)
roo>
---------------------------------------
I am attempting to run the JavaScript debugger by selecting "Start/Stop Javascript Debugger" on the Surf Command Console (http://localhost:8080/community/console). When I select "Enable", the Javascript Debugger window appears. When I try to open a file using File->Open, I get the error below. This happens for every JavaScript file I attempt to open, including the sample files provided with Surf.
Tomcat 6.0.20
Java 1.5.0_19-b02-304
Thanks,
Bob
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.u pdateToolTip(SwingGui.java:2181)
at org.mozilla.javascript.tools.debugger.FileWindow.< init>(SwingGui.java:2161)
at org.mozilla.javascript.tools.debugger.SwingGui.cre ateFileWindow(SwingGui.java:486)
at org.mozilla.javascript.tools.debugger.RunProxy.run (SwingGui.java:3525)
at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 461)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:110)