Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Can't debug
Can't debug [message #50779] Thu, 05 June 2003 14:01 Go to next message
Eclipse UserFriend
Hi

My eclipse doesn't allow me to debug anything - neiter applications nor
applets.
I can set breakpoints and start the debugger. The process does stop
somewhere 'round the breakpoint but nothing happens. In the run menu all
debugging related entries are grayed out, keyboard shorcuts are not working
and all I can do is terminate the process. If I want to debug an applet
using the default applet viewer (com.sun.AppletViewer) I have to kill the
java process on OS level to get back to eclipse!

Any ideas?

Marcel
Re: Can't debug [message #51819 is a reply to message #50779] Fri, 06 June 2003 11:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

Marcel,

Which build/os/vm are you using? We had problems in the debugger in
older builds. Also, are you using the debug button to debug (rather
than the run button)?

jkca

Marcel Stör wrote:
> Hi
>
> My eclipse doesn't allow me to debug anything - neiter applications nor
> applets.
> I can set breakpoints and start the debugger. The process does stop
> somewhere 'round the breakpoint but nothing happens. In the run menu all
> debugging related entries are grayed out, keyboard shorcuts are not working
> and all I can do is terminate the process. If I want to debug an applet
> using the default applet viewer (com.sun.AppletViewer) I have to kill the
> java process on OS level to get back to eclipse!
>
> Any ideas?
>
> Marcel
>
Re: Can't debug [message #52237 is a reply to message #51819] Sat, 07 June 2003 02:21 Go to previous messageGo to next message
Eclipse UserFriend
Jed Anderson wrote:
> Marcel,
>
> Which build/os/vm are you using? We had problems in the debugger in
> older builds. Also, are you using the debug button to debug (rather
> than the run button)?

This would be eclipse 2.1.0 (build 200303272130) with JDK 1.4.0 on
Windows2000 SP3. I use the menu saying 'Debug as' [Application|Applet].
Your question irritates me... why would I use the run button to debug?

> Marcel Stör wrote:
>> Hi
>>
>> My eclipse doesn't allow me to debug anything - neiter applications
>> nor applets.
>> I can set breakpoints and start the debugger. The process does stop
>> somewhere 'round the breakpoint but nothing happens. In the run menu
>> all debugging related entries are grayed out, keyboard shorcuts are
>> not working and all I can do is terminate the process. If I want to
>> debug an applet using the default applet viewer
>> (com.sun.AppletViewer) I have to kill the java process on OS level
>> to get back to eclipse!
>>
>> Any ideas?
>>
>> Marcel

Marcel
Re: Can't debug [message #52455 is a reply to message #52237] Sat, 07 June 2003 11:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: darin_swanson.oti.com

> Your question irritates me... why would I use the run button to debug?

Jed was not trying to irritate you. Many people have made this mistake in
the past.

I would recommend moving to at least a 1.4.1 VM

Darins
Re: Can't debug [message #52676 is a reply to message #52455] Sat, 07 June 2003 19:10 Go to previous messageGo to next message
Eclipse UserFriend
Darin Swanson wrote:
>> Your question irritates me... why would I use the run button to
>> debug?
>
> Jed was not trying to irritate you. Many people have made this
> mistake in the past.
>
> I would recommend moving to at least a 1.4.1 VM

This would make it look like a JVM problem... 1.4.0 with JBuilder works
fine.
Maybe I should try eclipse 3.0 M1.

Regards,
Marcel
Re: Can't debug [message #52889 is a reply to message #52676] Mon, 09 June 2003 00:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

"Marcel St
Re: Can't debug [message #53017 is a reply to message #52889] Mon, 09 June 2003 02:51 Go to previous messageGo to next message
Eclipse UserFriend
Bob Foster wrote:
> "Marcel Stör" <marcel@frightanic.com> wrote in message
> news:bbtrd8$4vs$1@rogue.oti.com...
>> Darin Swanson wrote:
>>>> Your question irritates me... why would I use the run button to
>>>> debug?
>>>
>>> Jed was not trying to irritate you. Many people have made this
>>> mistake in the past.
>>>
>>> I would recommend moving to at least a 1.4.1 VM
>>
>> This would make it look like a JVM problem... 1.4.0 with JBuilder
>> works fine.
>> Maybe I should try eclipse 3.0 M1.
>
> Good plan, if you want to waste some time. Generally speaking, if
> you're having problems with a release build, don't try to fix them by
> going to an interim build unless you are specifically told it will
> address your problem. All you'll see is exciting new bugs. ;-}

Can it be worse? An IDE that doesn't allow me to debug my code is useless.
It looks like there are no ideas as to how to make eclipse 2.1 run with JVM
1.4.1 on my system...

Regards,
Marcel
Re: Can't debug [message #53094 is a reply to message #53017] Mon, 09 June 2003 06:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

"Marcel St
Re: Can't debug [message #53465 is a reply to message #52676] Mon, 09 June 2003 14:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

Marcel,

Sorry, didn't mean to insult you :).

Another question is, does you application use RMI? I know JBuilder has
used the -classic VM argument in the past, and this helps their ability
to debug RMI applications. Try using the -classic flag.

And yes, if -classic makes it work, it is probably a VM issue. We have
seen a number of debug bugs with the 1.4.0 VM.

jkca

Marcel Stör wrote:
> Darin Swanson wrote:
>
>>>Your question irritates me... why would I use the run button to
>>>debug?
>>
>>Jed was not trying to irritate you. Many people have made this
>>mistake in the past.
>>
>>I would recommend moving to at least a 1.4.1 VM
>
>
> This would make it look like a JVM problem... 1.4.0 with JBuilder works
> fine.
> Maybe I should try eclipse 3.0 M1.
>
> Regards,
> Marcel
>
Re: Can't debug [message #53519 is a reply to message #53465] Mon, 09 June 2003 15:09 Go to previous messageGo to next message
Eclipse UserFriend
Jed Anderson wrote:
> Marcel,
>
> Sorry, didn't mean to insult you :).

I wasn't insulted :-)

> Another question is, does you application use RMI? I know JBuilder
> has used the -classic VM argument in the past, and this helps their
> ability to debug RMI applications. Try using the -classic flag.

No I don't. I can't even debug HelloWorld....

> And yes, if -classic makes it work, it is probably a VM issue. We
> have seen a number of debug bugs with the 1.4.0 VM.
>
> Marcel Stör wrote:
>> Darin Swanson wrote:
>>
>>>> Your question irritates me... why would I use the run button to
>>>> debug?
>>>
>>> Jed was not trying to irritate you. Many people have made this
>>> mistake in the past.
>>>
>>> I would recommend moving to at least a 1.4.1 VM
>>
>>
>> This would make it look like a JVM problem... 1.4.0 with JBuilder
>> works fine.
>> Maybe I should try eclipse 3.0 M1.
>>
>> Regards,
>> Marcel

--

---
Do you speak English and live around Zug? Check out Friends of English:
http://foe.frightanic.com
Re: Can't debug [message #53654 is a reply to message #53519] Mon, 09 June 2003 16:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

What about a local firewall? That has been an issue for me at home.

jkca

Marcel Stör wrote:
> Jed Anderson wrote:
>
>>Marcel,
>>
>>Sorry, didn't mean to insult you :).
>
>
> I wasn't insulted :-)
>
>
>>Another question is, does you application use RMI? I know JBuilder
>>has used the -classic VM argument in the past, and this helps their
>>ability to debug RMI applications. Try using the -classic flag.
>
>
> No I don't. I can't even debug HelloWorld....
>
>
>>And yes, if -classic makes it work, it is probably a VM issue. We
>>have seen a number of debug bugs with the 1.4.0 VM.
>>
>>Marcel Stör wrote:
>>
>>>Darin Swanson wrote:
>>>
>>>
>>>>>Your question irritates me... why would I use the run button to
>>>>>debug?
>>>>
>>>>Jed was not trying to irritate you. Many people have made this
>>>>mistake in the past.
>>>>
>>>>I would recommend moving to at least a 1.4.1 VM
>>>
>>>
>>>This would make it look like a JVM problem... 1.4.0 with JBuilder
>>>works fine.
>>>Maybe I should try eclipse 3.0 M1.
>>>
>>>Regards,
>>>Marcel
>>
>
Re: Can't debug [message #54068 is a reply to message #52237] Wed, 11 June 2003 03:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Oh, gosh, Marcel, I must be asleep at the switch. I had lots of debug
problems with JDK 1.4.0. I think everyone did. Use the latest version of
1.4.1. (Maybe JBuilder debug works with 1.4.0, but Eclipse debug never did
for me.)

Bob

"Marcel St
Re: Can't debug [message #54433 is a reply to message #54068] Wed, 11 June 2003 08:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: darin_swanson.oti.com

Isn't this the answer I gave back on the 7th of June... :-)

Darins

"Bob Foster" <bob@objfac.com> wrote in message
news:bc6juo$1o0$1@rogue.oti.com...
> Oh, gosh, Marcel, I must be asleep at the switch. I had lots of debug
> problems with JDK 1.4.0. I think everyone did. Use the latest version of
> 1.4.1. (Maybe JBuilder debug works with 1.4.0, but Eclipse debug never did
> for me.)
>
> Bob
>
> "Marcel St
Re: Can't debug [message #54708 is a reply to message #54433] Wed, 11 June 2003 13:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Corry.Trout.edu.sait.ab.ca

I have the same exact problem that Marcel has. I've tried updating the
jdk to 1.4.1 but the problem still persists. For the record I'm running
on win-xp with version 2.1.0 of eclipse.

The strange thing is I can remember debugging working correctly when I
first got eclipse, but ever since i've created the project i'm currently
working on now debugging doesn't work on any projects.

Corry Trout


Darin Swanson wrote:

> Isn't this the answer I gave back on the 7th of June... :-)

> Darins

> "Bob Foster" <bob@objfac.com> wrote in message
> news:bc6juo$1o0$1@rogue.oti.com...
> > Oh, gosh, Marcel, I must be asleep at the switch. I had lots of debug
> > problems with JDK 1.4.0. I think everyone did. Use the latest version of
> > 1.4.1. (Maybe JBuilder debug works with 1.4.0, but Eclipse debug never did
> > for me.)
> >
> > Bob
> >
> > "Marcel Stör" <marcel@frightanic.com> wrote in message
> > news:bbs09q$aic$1@rogue.oti.com...
> > > Jed Anderson wrote:
> > > > Marcel,
> > > >
> > > > Which build/os/vm are you using? We had problems in the debugger in
> > > > older builds. Also, are you using the debug button to debug (rather
> > > > than the run button)?
> > >
> > > This would be eclipse 2.1.0 (build 200303272130) with JDK 1.4.0 on
> > > Windows2000 SP3. I use the menu saying 'Debug as' [Application|Applet].
> > > Your question irritates me... why would I use the run button to debug?
> > >
> > > > Marcel Stör wrote:
> > > >> Hi
> > > >>
> > > >> My eclipse doesn't allow me to debug anything - neiter applications
> > > >> nor applets.
> > > >> I can set breakpoints and start the debugger. The process does stop
> > > >> somewhere 'round the breakpoint but nothing happens. In the run menu
> > > >> all debugging related entries are grayed out, keyboard shorcuts are
> > > >> not working and all I can do is terminate the process. If I want to
> > > >> debug an applet using the default applet viewer
> > > >> (com.sun.AppletViewer) I have to kill the java process on OS level
> > > >> to get back to eclipse!
> > > >>
> > > >> Any ideas?
> > > >>
> > > >> Marcel
> > >
> > > Marcel
> > >
> >
> >
Re: Can't debug [message #54767 is a reply to message #54708] Wed, 11 June 2003 14:30 Go to previous messageGo to next message
Eclipse UserFriend
A bug report with all the details is the only way we are going to track this
down.

Obviously we (the committers etc.) are not seeing the problem as we develop
and debug on Eclipse everyday.
I spent last week testing the 2.1.1 build by developing and debugging
Eclipse on 1.4.* VMs

Sorry I can't be more help
Darins

"Corry Trout" <Corry.Trout@edu.sait.ab.ca> wrote in message
news:bc7pfl$7lj$1@rogue.oti.com...
> I have the same exact problem that Marcel has. I've tried updating the
> jdk to 1.4.1 but the problem still persists. For the record I'm running
> on win-xp with version 2.1.0 of eclipse.
>
> The strange thing is I can remember debugging working correctly when I
> first got eclipse, but ever since i've created the project i'm currently
> working on now debugging doesn't work on any projects.
>
> Corry Trout
>
>
> Darin Swanson wrote:
>
> > Isn't this the answer I gave back on the 7th of June... :-)
>
> > Darins
>
> > "Bob Foster" <bob@objfac.com> wrote in message
> > news:bc6juo$1o0$1@rogue.oti.com...
> > > Oh, gosh, Marcel, I must be asleep at the switch. I had lots of debug
> > > problems with JDK 1.4.0. I think everyone did. Use the latest version
of
> > > 1.4.1. (Maybe JBuilder debug works with 1.4.0, but Eclipse debug never
did
> > > for me.)
> > >
> > > Bob
> > >
> > > "Marcel St
Re: Can't debug [message #56036 is a reply to message #54433] Fri, 13 June 2003 06:32 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Yes. Sometimes those one-liners stick, sometimes they don't. ;-}

Bob

"Darin Swanson" <darin_swanson@oti.com> wrote in message
news:bc77ta$k70$1@rogue.oti.com...
> Isn't this the answer I gave back on the 7th of June... :-)
>
> Darins
>
> "Bob Foster" <bob@objfac.com> wrote in message
> news:bc6juo$1o0$1@rogue.oti.com...
> > Oh, gosh, Marcel, I must be asleep at the switch. I had lots of debug
> > problems with JDK 1.4.0. I think everyone did. Use the latest version of
> > 1.4.1. (Maybe JBuilder debug works with 1.4.0, but Eclipse debug never
did
> > for me.)
> >
> > Bob
> >
> > "Marcel St
Previous Topic:jadclipse problem
Next Topic:What is "Refactoring with Participants" ... ?
Goto Forum:
  


Current Time: Sat Jun 07 08:47:19 EDT 2025

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

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

Back to the top