facebook

debug into another war file…

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

    jeffhoran
    Member

    I link to a war file that I have in my container (tomcat/jboss) and it was not compiled with debug info. But, I want to step into it to confirm what I am passing in when a link is clicked and how the url params are received. I have jadclipse installed so I can get a reasonable picture of what is happening. But I don’t know how to tell eclipse that I want to step into it.

    Thanks

    #258027 Reply

    Riyad Kalla
    Member

    MyEclipse is not going to support this if the project was compiled without debugging information, unfortunately it has no way to map the information it gets back from the server to source lines in your project. I suppose you could try blindly stepping in the code (if that even works, you would need to be able to hit a break point first which I’m not sure will work) and seeing what the debugger says is the current line is, then looking at your decompiled version to see which line that maps to… which again may not be accurate because of the lack of comments.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: debug into another war file…

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