Debugging Template Building Blocks
If debugging the Compound Templates does not reveal the problem there most probably a problem with one of the Template Building Blocks.
- Debugging .NET assembly Template Building Blocks
This procedure describes a scenario in which the Content Manager server and Visual Studio are on the same machine. If they are on separate machines, you must debug remotely. - Debugging Compound Templates used as Template Building Blocks
You can debug Compound Templates in several ways. - Debugging C# fragment Template Building Blocks
C# fragments are compiled with the assembly in which they are inserted when the C# developer saves the Template Building Block to Content Manager. Checking compilation errors may help you to fix any bugs that the C# fragment may contain. (You cannot debug C# fragments in Visual Studio.) - Debugging Dreamweaver Template Building Blocks
An Adobe Dreamweaver Template can fail to run properly because the template contains script code such as JavaScript that fails to execute properly, or because there is a syntax error in the template code, for example a repeating region start tag that has no corresponding end tag (this can happen if you edit the source code of the template).