Found,
http://www.ibm.com/developerworks/library/os-ecbug/index.html
Thanks, anyway
:)
"Mr. X." <no_spam_please@nospam_please.com> wrote in news:f6c131$704$1
@news2.netvision.net.il:
> On Eclipse SDK 3.2.2 -
> Where can I do the debug (breakpoints, etc ...)
>
> Thanks :)
AFAIK Eclipse's debugger is much worse that what NetBeans has. NB is my
favorite IDE for Java stuff, so I may be biased.
Netbeans is great;)

Signature
One day the King decided that he would force all his subjects to tell the
truth. A gallows was erected in front of the city gates. A herald
announced,
"Whoever would enter the city must first answer the truth to a question
which will be put to him." Nasrudin was first in line. The captain of the
guard asked him, "Where are you going? Tell the truth -- the alternative
is death by hanging."
"I am going," said Nasrudin, "to be hanged on that gallows."
"I don't believe you."
"Very well, if I have told a lie, then hang me!"
"But that would make it the truth!"
"Exactly," said Nasrudin, "your truth."
Mr. X. - 03 Jul 2007 00:40 GMT
Thanks,
Right now, I use what I have ...
Besides, is NetBeans a freeware ?
Thanks :)
Manish Pandit - 03 Jul 2007 04:13 GMT
> Thanks,
> Right now, I use what I have ...
>
> Besides, is NetBeans a freeware ?
>
> Thanks :)
Yes, it is open source and is pretty good (http://www.netbeans.org/).
I use its profiler plugin a lot.
-cheers,
Manish
> On Eclipse SDK 3.2.2 -
> Where can I do the debug (breakpoints, etc ...)
Try switching to the Debug perspective first (e.g., Window->Open
Perspective->Debug). There you can set breakpoints, step into a method,
and other usual stuff.
Regards,
F. Berisha