Breakpoint problem

R

Rob T

I have an application that I've never had problems debugging in the past.
Today, I noticed that my code didn't stop at a particular breakpoint (and
yes, I know that the function executed). So I set the breakpoint earlier in
the program, and it stopped there!

So then I started to step through the code... and out of the blue, I get
this error: "There is no source code available for the current location".
Where it does this, is after a recursive function has executed....but I
haven't changed this code in here for several months and I've debugged
through it in the past.

I can't find any articles on Microsoft that matches this error. Can anyone
help? (I'm on VS 2003)

Thanks.

-- Rob T.
 
R

Rob T

To make the problem weirder....It's starting working perfectly fine after a
couple of comples....then it stopped again.
 
G

Guest

Hi,

I had the same problem. It was because of a virus !!!
Check your task manager and see if lsasss, avserv2 or svohost are running

(Please note that the first virus ends with THREE s not TWO. The lsass -with
2 s- is a Windows process. Also note that third virus -svohost- has o as
third letter not c ; svchost is also a Windows process not a virus)

Hope this will help.
 
R

RAJ

Hi Rob,
I am having the same problem! Have you found a solution to this? Its
really annoying.

RAJ
 

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