facebook

JavaScript Debugging On A JSP

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #247877 Reply

    153446
    Member

    Does the JavaScript debugger work with a .jsp?

    I’m using the QuickStart at:
    http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/javascript/index.html

    When adding a “new” .jsp to “JavaScriptApplication”:

    “An error has occured. See log for more details.”

    I’m unable to determine where the log file is located.

    _Marvin

    #247918 Reply

    Greg
    Member

    Currently to get JavaScript debugging to work with a JSP file, you have to put your javascript code in an external .js file and reference it from your JSP using a <script …> tag. In future releases of MyEclipse, we will support debugging javascript straight from the JSP itself. Sorry for the inconvenience.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JavaScript Debugging On A JSP

You must be logged in to post in the forum log in