facebook

debug not working in for java in a web struts app

💡
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 Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #261568 Reply

    elliegon
    Member

    I have been having problems with debugging java in a struts project. For some reason, i can not debug. When i put a break point in it stalls on it. If however i have no break point, it runs fine. I have been unable to find an asnwer. Please help.

    [/code]

    #261647

    Riyad Kalla
    Member

    elliegon,
    I don’t understand entirely what is wrong… the purpose of breakpoints is to stop your application’s execution at those points you define, from your description:

    When i put a break point in it stalls on it. If however i have no break point, it runs fine.

    This sounds like what is happening… which is correct.

    Can you clarify the problem?

    #261845

    elliegon
    Member

    it gets the the point where it breaks, but doesnt break, it stalls. I dont get any options to step through and it also doesn’t give me any exceptions, it just stops completely.

    #261878

    Riyad Kalla
    Member

    I see… can you switch to the debug perspective and see if any threads are listed? Also check for threads with the words “Suspended” next to them… it’s possible that the wrong thread is being selected when switching to debug view, so you aren’t seeing any of the debug controls for the thread that has been stopped.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: debug not working in for java in a web struts app

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