MyEclipse: a breakpoint is not allowed on this line ramincic - Nov 15, 2009 - 02:46 AM Post subject: a breakpoint is not allowed on this line
hi,
I am trying to set breakpoints in javascript of my JSPs in ME7.5. I have two web projects (one is my static web -- images, etc.) and another mostly JSPs.
I am able to set breakpoints in my static javascripts, but doing the same gives me the following error message:
a breakpoint is not allowed on this line
Reason: a breakpoint is not allowed on this line
What's wrong?support-shalini - Nov 16, 2009 - 05:59 AM Post subject: RE: a breakpoint is not allowed on this line
Ramin,
Debugging javascript in JSP's is not supported directly. After your application is deployed and running, you can browse over to it using the AJAX Workbench, and hit the Debug button in the browser toolbar to fire up a complete debug session of the page -- allowing you to browse and set breakpoints in any of the JavaScript either in the pages directly or in external JS files.
Please refer to the following link
http://www.myeclipseide.com/htmlpages-func-display-pid-57.html
Let me know if that helps.mithsmile - Dec 08, 2010 - 06:36 AM Post subject:
Hi there
Just wanted to know if the latest version of the enterprise workbench is compatible with the latest released milestone build of Eclipse?
I read in Eclipses compatibility docco that release 3 is not 100% backward compatible with 2.0 and 2.1?
Is it save to continue hacking (sic) away ?
Thanks and cheersmithsmile - Dec 08, 2010 - 06:37 AM Post subject:
Hi there
Just wanted to know if the latest version of the enterprise workbench is compatible with the latest released milestone build of Eclipse?
I read in Eclipses compatibility docco that release 3 is not 100% backward compatible with 2.0 and 2.1?