Home
Analytics
Javascript debugger on tomcat
mailtorake
Greetings,
My reports are deployed on a tomcat instance (whenever user hits a report the report will be displayed on the web application UI). How can I enable javascript level debugging for reports deployed on a tomcat instance? Is it possible in first place?
However, javascript debugging works perfect within eclipse.
I would appreciate any kind of help or pointers.
Thanks
Rakesh
Find more posts tagged with
Comments
alex520
you need to place break point in the javascript part of your design template. then run from menu run-> debug report.
mailtorake
As I said in the post, I could setup breakpoints and do the debugging within ecilpse, but when I am viewing the reports from the web application's UI, the break points weren't getting triggered.
Normally, I debug java code for a web app deployed on tomcat, but not sure how to debug the javascript of the birt reports and thats what I would like to know.