facebook

simple local debugging

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #218811 Reply

    Ivar Vasara
    Member

    Just a thought – I use an embedded Jetty for debugging my webapps locally. I just have a simple wrapper class with the sole responisibility of running only my webapp.. it makes local debugging trivial and so easy.
    It would be cool to have a feature in ME that generates a Jetty wrapper class automagically, so a developer can quickly fireup a debugger for any arbitrary web app…

    #218820 Reply

    Riyad Kalla
    Member

    Out of curiosity, from a developer perspective, how is this different from just deploying to a local Tomcat/Jetty install and running your app?

    #218823 Reply

    Ivar Vasara
    Member

    @support-rkalla wrote:

    Out of curiosity, from a developer perspective, how is this different from just deploying to a local Tomcat/Jetty install and running your app?

    honestly I haven’t explored using a local webserver… we use embedded Jetty for development because it’s pretty easy to set up and the eclipse support for debugging an application is very straight forward. Perhaps this request is redundant if using a local server is equally easy..

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: simple local debugging

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