Break point

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

My program often goes to dead when I set one or more break points in my
debug process.
Does anyone can tell me is it a .net bug or something wrong with my programs
or my computer? Thanks,
 
Well, breakpoints do stop execution either on condition or absolutely, did
you expect it to continue running when you have a breakpoint set? Or am I
missing something here ?
 
* "Peter said:
My program often goes to dead when I set one or more break points in my
debug process.
Does anyone can tell me is it a .net bug or something wrong with my programs
or my computer?

What do you mean by "goes to dead"?
 
I mean the VS.NET IDE often has no response when my program run with
breakpoint.
 

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