Debugging in model-driven apps
In certain scenarios, you will want to deploy your code component to a model-driven app. The deployment and configuration of code components are covered in Chapter 8, Introduction to the Dataverse Project, and Chapter 9, Configuring Code Components in Power Apps, and this section assumes that you have configured code components in model-driven apps. So, we will look at how to debug a code component once it is deployed and configured. For this tutorial, we will be using AutoResponder in Fiddler Classic, which is a tool that allows us to perform web debugging for any process that logs and inspects all HTTP(S) traffic between your computer and the internet. The process can be for a standard browser or a desktop application; if there is traffic between your computer and the internet, then the tool allows you to perform a multitude of operations on those requests and responses. Let's see how to go about it.