VS 2003 Debugger - static void Main()

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?
 
H

Herfried K. Wagner [MVP]

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
 
D

Dave

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!
 

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

Top