You can download this tool to help you debug orchestrations:
http://www.sysinternals.com/Utilities/DebugView.html
You can put an expression shape in your orchestration designer and write some information (by using System.Diagnostics.Debug.WriteLine()) out that will be catched by this tool. For example:
System.Diagnostics.Debug.WriteLine(System.DateTime.Now.ToShortTimeString());