Breakpoints never hit in Javascript methods [message #655738] |
Tue, 22 February 2011 09:28  |
Eclipse User |
|
|
|
Hello,
I've got a strange behavior when I try to debug a report that uses JavaScript to use a Java class as datasource.
The report works, the breakpoint (1) in the method report.initialize() is hit when I debug the report, but the breakpoint (2) in the datasource.beforeOpen() method is never hit.
This is strange, because I've put a System.out.prinln('test') in the method datasource.beforeOpen() and I can see the "test" output in the console. The code is executed, but the breakpoint do not stop the execution of the report.
I'm using Eclipse 3.6.1, BIRT 2.6.1, with the JDK 1.6.0.22b04.
Does someone already have this problem too ?
What is the threading model used by Eclipse/Birt in debug mode ?
Thanks
|
|
|
|
|
|
|
Re: Breakpoints never hit in Javascript methods [message #656998 is a reply to message #656796] |
Tue, 01 March 2011 05:18  |
Eclipse User |
|
|
|
I've installed the version 2.6.2, and now the debugger stops on some of my breakpoints, but not all the breakpoints : the method DataSource.afterClose is executed (I can see the trace in the console) but the debugger did not stop on the breakpoint in this method.
I have no idea how to fill a bug report about that problem, so if anybody who knows can explain how to do this, it would be helpfull.
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.03765 seconds