Re: Do we have educational IDEs?
- From: Dale King <DaleWKing@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 03:07:41 GMT
Timon Hinrichs wrote:
Well, no the debugger tells you more than you ask. The debugger of eclipse shows you all local and global variables. The println() - Statement shows you what you asked at all.
But I havent found a debugger at BlueJ and the another starting IDE.
Then you didn't look very hard. BlueJ has a built-in debugger. Simply select Show Debugger in the View menu.
To
debug is very simple in a forward programm. If you use more than one Thread it getting more complex.
A newbie will start to debug when he learned the language and switched the IDE.
That is what my prof said to me when I asked him about debugging. He told me that not so many people debug as many people use println(). println() is the most used debug statement. Is that right? I like to debug more then to use println().
I'd say that often they solve different problems. There are things that really only can be debugged easily with a debugger and some that can only be solved with print statements. And unfortunately there are also problems where neither works.
-- Dale King .
- References:
- Do we have educational IDEs?
- From: hiwa
- Re: Do we have educational IDEs?
- From: Steve Horsley
- Re: Do we have educational IDEs?
- From: googmeister
- Re: Do we have educational IDEs?
- From: Dale King
- Re: Do we have educational IDEs?
- From: Bill Tschumy
- Re: Do we have educational IDEs?
- From: Dale King
- Re: Do we have educational IDEs?
- From: Bill Tschumy
- Re: Do we have educational IDEs?
- From: Kevin McMurtrie
- Re: Do we have educational IDEs?
- From: Timon Hinrichs
- Do we have educational IDEs?
- Prev by Date: Re: Do we have educational IDEs?
- Next by Date: How to connect to access database using J#
- Previous by thread: Re: Do we have educational IDEs?
- Next by thread: Re: Do we have educational IDEs?
- Index(es):
Relevant Pages
|
Loading