Bugs in Debugger [message #151296] |
Tue, 09 May 2006 13:33  |
Eclipse User |
|
|
|
Originally posted by: giraffiti101.yahoo.com
Does anyone know when the numerous bugs in the debugger will be fixed?
If you have done any step - by step debugging in java you will be very
familiar with the various bugs in Eclipse... some just irritating, some
are really time wasting.
|
|
|
|
|
|
|
|
|
|
|
Re: Bugs in Debugger [message #152223 is a reply to message #151888] |
Fri, 12 May 2006 09:36   |
Eclipse User |
|
|
|
Originally posted by: jefmyers.us.ibm.com
Eclipse provides the debugger framework - the interfaces, the UI to have
a variables view, set breakpoints, step actions, etc. It also includes
a debugger implementation for J2SE Java runtimes. Other plug-ins (CDT,
EclipseME, etc) provide other debugger implementations that are
responsible for doing the actual debugging work against other runtime
types (C/C++ apps, Midlets, etc).
If Eclipse itself is the problem, you can test this out by writing a
normal J2SE Java app, debug it, and see if you see similar problems with
the Eclipse supported debugger backend. If not, it's a problem with the
other backend implementation.
Hope this helps,
- Jeff
|
|
|
Re: Bugs in Debugger [message #152464 is a reply to message #152223] |
Sun, 14 May 2006 07:21  |
Eclipse User |
|
|
|
Originally posted by: giraffiti101.yahoo.com
You mean the debugger is actually part of EclipseME? I didn't know that.
Thanks for your answers anyways, I would like to say that this is one
forum is one of the most helpful I have seen so far!
cheers,
Ed
|
|
|
Powered by
FUDForum. Page generated in 0.31350 seconds