Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Debuging(When i Debug the program it is Debuging the url.classpath .)
Debuging [message #1822902] Mon, 16 March 2020 13:51 Go to next message
Hemanth Kumar is currently offline Hemanth KumarFriend
Messages: 1
Registered: March 2020
Junior Member
Hello Respected,
I am new to the Eclipse,When i Debug the program it is not debuging source code it is debuging url.classpath.
Re: Debuging [message #1823001 is a reply to message #1822902] Tue, 17 March 2020 20:52 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Just from the screenshot I don't see anything suspicious. Every Java program must load its classes, which is done using class loaders.
How did you get into that state? Did you set any breakpoints (which?)? Did it suspend on some exception or error?
Seeing InstrumentationImpl at the bottom tells us you are probably running your program with some -javaagent command line. Maybe, that's the source for unexpected behavior?
Previous Topic:There are 3 failures of JMockit JUnit Test after maven update project
Next Topic:New Resource Leak Warnings...
Goto Forum:
  


Current Time: Tue Apr 23 17:51:48 GMT 2024

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

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

Back to the top