Working with Visual Studio

Hello all, How do I add a solution into my Visual studio? I have tried adding debugger to my method but it does not work.
Parents
  • Hello, In addition to adding a System.Diagnostics.Debugger.Break(); line to your code, you'll also need to add the following operating_parameter to the InnovatorServerConfig.xml file that you can find at the root of your install directory. <operating_parameter key="DebugServerMethod" value="true"/> Chris
    Christopher Gillis Aras Labs Software Engineer
Reply
  • Hello, In addition to adding a System.Diagnostics.Debugger.Break(); line to your code, you'll also need to add the following operating_parameter to the InnovatorServerConfig.xml file that you can find at the root of your install directory. <operating_parameter key="DebugServerMethod" value="true"/> Chris
    Christopher Gillis Aras Labs Software Engineer
Children
No Data