Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Conditional breakpoint in eclipse 3.0 build 0625
Conditional breakpoint in eclipse 3.0 build 0625 [message #68155] Thu, 26 June 2003 11:23 Go to next message
Eclipse UserFriend
Originally posted by: sy_cheung2.yahoo.com

Hi,

I have a funciton like this:

void f1( int a) {
//
b(a);
/...
}

I setup a breakpoint at the line "b(a);" and then with the condition "a==3"
as the condition of my breakpoint.

But I find out the breakpoint breaks every times regardless the value of
"a".

Can you someone please tell me how to fix that?
Thank you.
Re: Conditional breakpoint in eclipse 3.0 build 0625 [message #68866 is a reply to message #68155] Fri, 27 June 2003 10:51 Go to previous message
Eclipse UserFriend
Please file a bug report with a reproduceable test case.

Darin

"Sam Cheung" <sy_cheung2@yahoo.com> wrote in message
news:bdf36c$jtt$1@rogue.oti.com...
> Hi,
>
> I have a funciton like this:
>
> void f1( int a) {
> //
> b(a);
> /...
> }
>
> I setup a breakpoint at the line "b(a);" and then with the condition
"a==3"
> as the condition of my breakpoint.
>
> But I find out the breakpoint breaks every times regardless the value of
> "a".
>
> Can you someone please tell me how to fix that?
> Thank you.
>
>
Previous Topic:java.util.MissingResourceException
Next Topic:Source not found (DEBUG)
Goto Forum:
  


Current Time: Sun May 11 05:50:09 EDT 2025

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

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

Back to the top