Possible Duplicate:
How does a debugger work?
When I use debug, how does it look inside? The app is compiled and build or there some runtine compilation?
Possible Duplicate:
How does a debugger work?
When I use debug, how does it look inside? The app is compiled and build or there some runtine compilation?
The app is compiled as usual and debugging symbols are generated. There's also the usual Just-In-Time compilation which is not unique to debugging.
going deep inside debug is just a config type in MSBUILD
whatever you have in MSBUILD
in the DEBUG
section would be done