VS 2003 Debugger - static void Main()

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi,

Why does the VS.NET 2003 debugger sometimes stop in static void Main() in my
application when I hit 'Debug/Start' and sometimes not?

There is no breakpoint set in there, it just seems to have a mind of it's
own to stop every now and again. Is there a reason for this that I'm
missing?
 
Hello,

Dave said:
Why does the VS.NET 2003 debugger sometimes stop in static
void Main() in my application when I hit 'Debug/Start' and
sometimes not?

There is no breakpoint set in there, it just seems to have a mind of it's
own to stop every now and again. Is there a reason for this that I'm
missing?

Did you use the Restart button?

HTH,
Herfried K. Wagner
 
Ahhh... the restart button has that effect, right, that must be what I'm
doing without really thinking about it...

Hardly a major thing I know, but thanks anyway!
 
Back
Top