Debugging

Quick question.

Any chance your company provides symbol files (.pdb) for VS.NET so that we can actually debug our applications.
Everytime there is something wrong in my code, the debugger will jump out of the stack to my Program.cs file. Or is there an undocumented way to enable the debugger.
thanks.

There are a number of places where GoDiagram code will catch exceptions, put out the error message to trace listeners, and then rethrow the exception. So (in Visual Studio) you might want to look at the Output window to see if there are any trace listener messages.

Right, thanks.

I still evaluating the product atm, so I'll be careful between every stable-build. ^_^