This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Debug C# server side method

Leon Schmetz - Thursday, July 19, 2012 4:39 AM:

Hi All,

I have set up a test machine to debug ARAS server side methods. So installed Visual Studio 10 on the machine where ARAS server is running. I have enabled debugging in IE (version 9 on windows 7).

When I code a C# method and put System.Diagnostics.Debugger.Break() in the code, the debugger is activated but the only visible code is InnovatorServer.aspx. It does not show any of the method code nor can I step into the code.

I am out of options, so all help is appreciated.

 

Thanks,

 

Leon



newcomer - Friday, August 3, 2012 5:06 AM:

push!

 i have the same problem



amiramdil - Tuesday, August 20, 2013 2:36 PM:

Hi,

Any solution to that problem since ??

 

Thanks,

Amiram



Vasil - Thursday, August 22, 2013 4:01 AM:

To enable debugging of server methods you must add next line to your InnovatorServerConfig.xml:

<operating_parameter key="DebugServerMethod" value="true" />