Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Debug Code
Debug Code [message #185607] Fri, 05 January 2007 01:12 Go to next message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
I have a situation where I'm running a web service program. The program
calls a code from a number of other projects that I have. When I step
through the code during debug into another project the cursor is out of
sync with the code that I'm viewing. In my example I the debug cursor may
be about 2 lines above the code in that I'm viewing.

I running Java 1.5, Eclipse 3.2, and Apache Tomcat 5.5.15

Later as I'm running the through the code I will make a call to the same
source that I've been debuging and receive a null pointer error. I belive
this is related to the debug being out of synce.
Re: Debug Code Out of Sync [message #185615 is a reply to message #185607] Fri, 05 January 2007 03:19 Go to previous message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
I'm even more confused now. I placed a code change in the code that I
know should be excuted, a simple system.out.println. When I'm debugging I
see the new code as I step through but it never execute it. I know that
it must be executing an old version of the code but I don't know why it
isn't updating the new code. Any help would be greatly appreciated.

Thanks,
Ben
Previous Topic:JDOM XML Validation
Next Topic:Extend/use editor in custom plugin (XMLMultiPageEditorPart)
Goto Forum:
  


Current Time: Fri Apr 26 13:38:21 GMT 2024

Powered by FUDForum. Page generated in 0.03533 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top