4

I'm using Logic-Apps for my project now. I think it's good and easy! However, It was difficult to debug during the coding of the logic. Because I couldn't to confirm the variables or status at a middle point of the code. Usually a developer can detect the variables during the execution of program on Visual Studio. How can I debug the code on Logic-Apps? Do you have an idea?

Ichiro
  • 103
  • 1
  • 8

1 Answers1

2

At the moment, Logic Apps can only run on Azure, thus while you are developing a workflow, in order to debug your code, you need to run it on Azure. Once you run it, you can see the inputs and outputs of each action for that instance, including setting variable actions.

You can see in the documentation how to monitor each instance and the inputs and outputs of each action.

HTH

Paco de la Cruz
  • 2,066
  • 13
  • 22
  • oh, I see. I understood. Thanks. – Ichiro Jul 26 '18 at 05:47
  • Still the same. Do you think logic apps just aren't utilized enough for MS to implement any sort of debugging / local moc engine capability? Or, is this more a limitation of the technology that makes that difficult? – maplemale May 06 '20 at 20:02