Hi,
What version of TestStand are you using and do you have Measurement Studio? If you are using Measurement Studio, you can follow the the knowledge base,
How to Step Into a .NET Assembly and Launch Visual Studio .NET from TestStand, or these simple steps:
1) Build a project in debug mode (as opposed to release).
2) When you specify the module in TestStand, make sure to click on the source code tab also and select all the appropriate files.
3) Put a breakpoint on the TestStand step.
4) During execution, when you are break on that step, select the "step into" debugging option.
This will automatically open up Visual Studio .NET and step into the code that you just called from TestStand. It may take a minute or two before it allows you to debug in Visual Studio. Then you can debug as usual and step out of the assembly when you are done to continue executing in TestStand.
Matt Mueller
National Instruments