Welcome to MSDN Blogs Sign in | Join | Help

Syndication

Browse by Tags

All Tags » Debugging   (RSS)
Debugging Your Agent: step-by-step debugger
Today we're going to talk again about debugging your agent's inner workings, but this time through the use of debug output instead of the step-by-step debugger. This is generally where you want to go to check up on what's happening behind the scene if Read More...

Posted Tuesday, September 16, 2008 6:52 PM by imiluk | 1 Comments

Filed under:

Debugging your Agent
Depending on the complexity of your Agent, you might want to add debug code right of the bat. That makes it easier (and less painful) to find issues you will come across. Look for examples further down the post. How to debug your Agent: Syntax: break Read More...

Posted Wednesday, August 27, 2008 10:53 PM by imiluk | 1 Comments

Filed under:

Visual Studio hints
If you are moving from the old Colloquis IDE to the Visual Studio-based Windows Live Agents SDK, and you've never used Visual Studio, you may be a little lost. This post aims to collect simple hints and tricks for agent developers new to working with Read More...

Posted Monday, August 11, 2008 8:01 PM by imiluk | 1 Comments

Guidelines for Testing your Agent
As compared to Web sites and traditional software applications, conversational agents are subject to some unique policy compliance risks. These risks arise because: · End users’ interactions with agents are freeform and unpredictable. · Agents often engage Read More...

Posted Monday, August 11, 2008 7:57 PM by imiluk | 1 Comments

Page view tracker