Debugging VB.NET displays ? on Breakpoints

  • Thread starter Thread starter Vernon Gainous
  • Start date Start date
V

Vernon Gainous

When I try to debug some of my code that was upgraded
from VB6 to VB.NET. My breakpoints all have "?" on them.
How do I step throug my code with this barrier?

Thanks
 
Make sure you are not trying to debug a Release version of your app, set the
compiler to 'Debug', not 'Release'.
 

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

Back
Top