breakpoint in vb.net

P

PS2

Can someone pls help me to solve this problem. Thanks in advance.

After adding a breakpoint to a line of coding, the whole line turned red and
there is a big red dot next to it. However if I run the program, a question
mark appeared inside the big red dot with a message of "The breakpoint will
not currently be hit. No symbols have been loaded for this document" and the
program simply pass this breakpoint without stopping. Pls help!!
 
O

OpticTygre

This happens when you have set the configuration manager to run the program
in Release mode. Change the configuration manager back to run the program
in Debug mode, and it should be fine.

-Jason
 
H

Herfried K. Wagner [MVP]

PS2 said:
After adding a breakpoint to a line of coding, the whole line turned red
and there is a big red dot next to it. However if I run the program, a
question mark appeared inside the big red dot with a message of "The
breakpoint will not currently be hit. No symbols have been loaded for this
document" and the program simply pass this breakpoint without stopping.
Pls help!!

Make sure the active build configuration is set to "Debug". You can select
another configuration by changing the selection in the combobox in VS.NET's
toolbar.
 

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