the debugger not stand on line that cause the problam

  • Thread starter Thread starter Miha Markic [MVP C#]
  • Start date Start date
M

Miha Markic [MVP C#]

Hi,

What happens if you set debugger to stop on clr exceptions
(Debug/Exceptions... menu item)?
 
I work with VS.NET with vb.


Each project I start dev everything going well until:


Suddenly, when I got Sql.client error, the debugger start fake.

Instead to stand on line that cause the problam, it stand on form class
declaration on top of code!!


From this VS.NET not return to normal behavior in this project.


That make me crazy, somebody met this?
 

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