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'.
 
Back
Top