Debugging a Template Building Block
If debugging the Templates does not reveal the problem, then there is most probably a problem with one of the Template Building Blocks.
- Debugging a .NET assembly Template Building Block
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 a Template used as a Template Building Block
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).