user1507355
user1507355

Reputation: 31

How to Debug Tridion Templates and Workflows?

I am new to SDL Tridion world and I have been assigned a couple of activities:

Create Page Template (PT), Component Template (CT), and a Sample Workflow. Basically I am experienced in .NET.

I have some startup code to start with, and I would like to know is there any way to debug the PT, CT, Workflow from Visual Studio 2010?

Your suggestion would be highly appreciated.

Upvotes: 3

Views: 506

Answers (1)

Ram G
Ram G

Reputation: 4829

For compound templates either CT or PT, here is Tridion documentation (login required) with clear instructions on how to debug. http://sdllivecontent.sdl.com/LiveContent/content/en-US/SDL_Tridion_2011_SPONE/idheading-259229208

For Workflow, it depends on what type of implementation you are following (VBScript or Event System (TOM .net) or Core Service ), but in general it is not different as above. You attach to the process and debug. http://sdllivecontent.sdl.com/LiveContent/content/en-US/SDL_Tridion_2011_SPONE/task_BC70576958F3420CA4FC87B27CB0FC38

Upvotes: 3

Related Questions