Hello,
I am currently debugging my application under Netbeans. I have set a
conditional breakpoint on a method using the New breakpoint dialog box. It
works. But I can find no way of removing this breakpoint! It is not marked
by a dot on the left of the java source, it justs stops when entring the
method. Toggle breakpoint does not work. I find no entry in the menu to
remove this breakpoint.
Does someone know how to remove such a breakpoint?
Thanks, Francois
Michael Rauscher - 03 Apr 2007 09:09 GMT
Francois Lionet schrieb:
> Hello,
>
[quoted text clipped - 5 lines]
> remove this breakpoint.
> Does someone know how to remove such a breakpoint?
Window->Debugging->Breakpoints (or Alt+Shift+5)
Bye
Michael
Francois Lionet - 03 Apr 2007 14:27 GMT
>> Hello,
>>
>> Does someone know how to remove such a breakpoint?
> Window->Debugging->Breakpoints (or Alt+Shift+5)
Argh! Too simple I could not think of it! Thanks.
Francois