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.

Thanks
----------------------------------
/*
 * Jean-Pierre Dub�
 * Infocom enr.
 * Developpement de logiciels
 * Software development
 *
 */

Reply via email to