debug, debugger and release mode

V

vmantrana

Hi:

Can someone explain me what statements regarding the Debug and
Debugger classes are ignored on release mode?
I am reading a book that says that all statements will be ignored in
release mode (or a mode other than Debug); however I put a
Debugger.Break() and build in release mode, and the built application
detected the break point and stopped working.

Thanks in advance!!
 
F

Family Tree Mike

I have seen comments similar to this for the Debug class, but not for the
Debugger class.
 

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