2
votes

After setting up remote debugging by following this post, we were able to locate and attach the Template Builder Process ID in Visual studio 2008.

However we are still not able to debug. After creating a breakpoint, we attach the Template builder process for debugging. When we run the compound template from Template builder, the process executes without stopping at breakpoint.

The code is running fine, but we are not able to debug.

Anything we missed?

3
Do the breakpoints show up normally or are they disabled with the message that the debug symbols haven't been loaded? - Peter Kjaer

3 Answers

4
votes

If it is Template Builder you should attach to the Template Debugging host, while running your template in template builder, also check you dont have a version of your dll in the GAC

0
votes

Have you started the remote debug application (like Visual Studio 2010 Remote Debugger (x64)) on Tridion server?

0
votes

Now days are gone with connecting to remote debugger host.

We have a new facility to debug all the tridion templates locally without connecting to remote debugger host which is called as "TcmDebugger".

SDL Tridion Content Manager .NET Templating Debugger

For more details, refer How to debug Tridion Templates without connecting to TcmTemplateDebugHost.exe