ASP.NET Debugger Extension – Find Debug Modules

ASP.NET Debugger Extension has an useful feature to find modules that are built in debug mode.

adeFindDebugModules

You start by selecting a website, ADE then scans all the folders under that website to figure out the modules that are built in debug mode.

Debug modules should usually not be deployed on production servers as the code generated is not optimized.

Bookmark and Share