Hi Paul,
I don't see how this behavior can be a feature. Every source level debugger
that I have used will keep the breakpoint set where it belong. In my mind
this is a bug not a feature. Maybe that in order to please some of us you
would like to have this bug as a feature and for the rest of use who would
like to see this feature as a bug, you could put an option where we could
set the behavior of breakpoints.
Thanks for your hard work, the debugger is a pretty nice addition the JDE,
----- Original Message -----
From: "Paul Kinnucan" <[EMAIL PROTECTED]>
To: Jean-Pierre =?iso-8859-1?Q?Dub�?= <[EMAIL PROTECTED]>
Sent: Thursday, February 03, 2000 14:51
Subject: Re: Problems with set breakpoint/clear breakpoint
> At 02:30 PM 2/3/00 -0500, you wrote:
> >Hi,
> >
> >After playing with the debugger for a while, I discovered the following
bug.
> >Let's say for example that I set a break point at line 100 and that
without
> >clearing this breakpoint I start adding code above the breakpoint line.
> >JDEbug become confused as to where the real breakpoint is. If I added 10
> >lines of code above line 100 then the breakpoint should then be at line
110
> >but JDEbug keep setting the breakpoint at line 100. To solve this problem
I
> >have to go to line 100 do a set/clear breakpoint, then go to line 110 and
do
> >a clear/set breakpoint.
> >
>
> This not really a bug but a feature request. I don't foresee implementing
> this in the near future. So be forewarned, if you want to edit a file,
> first clear any breakpoints in it and reset them.
>
> - Paul