invisible breakpoint - HELP!

R

Richy

Hi,

A while back I put in a conditional break-point in my code, but the
break-point is no longer there (I'm pretty sure I removed it myself)
but my code keeps falling over when that breakpoint condition arises.

I am running in debug configuration. I have rebuilt my executable and
it still breaks at the same point. If I run it in the editor
environment, it stops on the line which I intended it to when the
condition is met, but the breakpoint is not there so I can't remove it.

Am I making sense? What can I do as this is driving me nuts?

Richy

PS I am using Visual Studion .NET 2003 with .NET Framework 1.1
(1.1.4322)
 
M

Morgan

Have you tried to clear all breakpoints using the menup option Debug->Clear
All Breakpoints?
 
G

Guest

try setting a new breakpoint where the old one was, and then do a remove all
breakpoints.

hth

guy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top