Can't remove breakpoints

I have a project where I had to start using sourcesafe for version control (two developers, have to share code etc). Since checking in the project, i have one file with a breakpoint that I can't remove. Anyone know where breakpoints are defined in the project properties so i can maybe go an remove this breakpoint entry. I REALLY don't need a breakpoint there any more :-) !

[384 byte] By [bentownsend] at [2007-11-26 7:20:36]
# 1
Sorry, I can't help you on this, but could you please tell me how you decided which of the many files related to Studio Creator needed to be kept in Sourcesafe? Thanks!
tgeliot at 2007-7-6 19:02:15 > top of Java-index,Development Tools,Java Tools...
# 2

It was a process of trial and error really

we have the src and web directories and the nbproject directories in source safe.

however, the nbproject is checked out to one developer and it is this person who adds new pages, classes etc so they get into the right project files.

it seems to work quite well once you get the initial niggles worked out

bentownsend at 2007-7-6 19:02:15 > top of Java-index,Development Tools,Java Tools...
# 3
Has anybody found a way to remove hidden breakpoints? They are a pain to step through every time.
ParkCityGroup at 2007-7-6 19:02:15 > top of Java-index,Development Tools,Java Tools...
# 4
If you are using netbeans 5.5 and VWP, then in netbeans you could go towindow->debugging->breakpoints which will show you all active breakpoints that you have.
deepsix at 2007-7-6 19:02:15 > top of Java-index,Development Tools,Java Tools...