Debugging And Testing


Debugging server side code in Visual Studio

After writing your own code for Decisions, you'll often want to debug this code. To do so follow the steps outlined below   Build and deploy your code on the same machine. Run Visual Studio as Administrator   In...

Using logging

Summary The Decisions server logs are stored in a csv file on the server at  [crayon-641d60e890418102392992-i/]. Utilizing these logs can be extremely important to debugging code that you've written....