Exception while startup causes Debugging disabled??? [message #549657] |
Tue, 27 July 2010 09:31  |
Eclipse User |
|
|
|
Hi,
at the moment I watch a partly ridiculous behaviour of my RCP and
Eclipse together. I made a few changes in my modeland wanted to watch
the results in the Debugging perspective. For this I set a breakpoint in
a view class that was to show the changes. Unfortunately, I could see
anything. Eclipse didn't even change to Debugging perspective when I
tried to start the debugging session.
I was only able to set and use a breakpoint in my application class at
this line: int returnCode = PlatformUI.createAndRunWorkbench(display,
new ApplicationWorkbenchAdvisor());
When I had a look in the incidents at that point, I saw that at some
point Classloader (of course...) was called and the run stopped in a
try/catch block in this class. At that point a ClassNotFoundException
should be catched but I couldn't figure out what class it was that
couldn't be found...
Well, maybe this was the exception that caused Eclipse to anticipate
debugging? But why? What is the class that couldn't be found? Has
anybody experiences a behavour like that or heard of something similar
and a solution for that?
Thx for any help, mho
|
|
|
|
Powered by
FUDForum. Page generated in 0.04865 seconds