Break Point doesn't stop anymore

I

Iris

I don't know what I have done, but I can't view the code
through the Break Point anymore.
It comes a ? at the point and it says: The breakpoint will
currently not be hit. No symbols have been loaded for this
document.
Can you please tell me how I can watch through my code with
the breakpoint again!!!!
 
M

Michael Culley

Check that you are not compiling the release build. If you are compiling as debug then try making a change to the code, just add a
space and then delete it, this usually works.
 
H

Habib Heydarian [MSFT]

What type of application are you writing? Windows Form? ASP.NET? etc.

HabibH.
 
F

Frank Oquendo

Michael said:
Check that you are not compiling the release build. If you are
compiling as debug then try making a change to the code, just add a
space and then delete it, this usually works.

In addition, make sure you set the "Generate debugging information"
option to True in your project properties. It's under Configuration
Properties | Build.

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)
 

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