Why won't eclipse 3.2.2 stop on breakpoints? [message #209071] |
Sun, 06 May 2007 09:44  |
Eclipse User |
|
|
|
Originally posted by: jeffadams78.yahoo.com
ARGH this is driving me nuts. I had eclipse 3.1 and everything was fine.
Now I upgraded to 3.2.2 (never upgrade when things are working!) and now
breakpoints don't work. Same code, same project, except it ignores
breakpoints. And I can't even interrupt the code by using "Run | Suspend"
or anything, all "Run" options are greyed out.
The only thing which indicates eclipse has any kind of connection with the
running app is the console output window, which does show console output.
And oddly enough, the "terminate" button (red square) in the console
window IS enabled (and works) even though "Run | Terminate" is greyed out.
This is not a complex app, just a small java swing app.
|
|
|
|
|
|
|
|
|
Re: Why won't eclipse 3.2.2 stop on breakpoints? [message #211775 is a reply to message #211654] |
Wed, 23 May 2007 11:15  |
Eclipse User |
|
|
|
Originally posted by: eclipse5.rizzoweb.com
Jeff Adams wrote:
> Yes. First line of main didn't help.
> Where is the "stop in main" box of which you speak? I didn't see it
> anywhere on the debug configuration.
On the Main tab of the launch configuration, the last option is "Stop
in main."
If there are breakpoints set and they are not being hit, it suggests to
me that the launch configuration may be set up to use a different code
base than what you are browsing in your Java project. Can you try
deleting the launch config and creating a new one from the project?
Hope this helps,
Eric
> Mark Dexter wrote:
>
>> Hi Jeff. Have you tried putting a break point at the first line of
>> main? Or possibly check the box "stop in main"? Or maybe open the
>> Breakpoints view in the Debug perspective to make sure they are in
>> there? HTH. Mark
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.10648 seconds