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?
 
Back
Top