facebook

Can I debug javascript from within php file using myeclipse?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    ssinghal66
    Member

    I am not able to step into java script code that resides within my php file. Is it possible with myeclipse ? What do I need ?

    #286013

    Loyal Water
    Member

    You mean javascript code on the server or client? It is possible on the client. You can debug the javascrxipt running on the browser that is generated by php code. You can refer to this link for help:-
    http://www.myeclipseide.com/documentation/quickstarts/javascript/

    #286024

    ssinghal66
    Member

    I have followed the example, but this example only works if you have the javascript within an html file. My java script is an php file. Due to which I need to specify a url when debugging. Once you specify a url and run the debugger, the debugger does not break at the breakpoints.

    In short, do you have an example where you can debug client side java script residing in an php file.

    Thanks.

    #286063

    Loyal Water
    Member

    In short, do you have an example where you can debug client side java script residing in an php file.

    Im sorry we don’t have such an example.

    #286076

    ssinghal66
    Member

    Even if you do not have an example of debugging java script residing in a php file, can this be done. If yes, how ?

    #286219

    Loyal Water
    Member

    ssinghal66,
    The tutorial that I have pasted above shows how to debug javascript in a JSP. The process would be identical for php.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Can I debug javascript from within php file using myeclipse?

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