A company is developing multiple plug-ins.
One of the plug-ins keeps failing.
You need to debug the plug-in.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Step 1: Install plug-in profiler
Because the plug-in executes on a remote server, you cannot attach a debugger to the process. The plug-in profiler captures a profile of an executing plug-in and allows you to re-play the execution of the plug-in using Visual Studio on your local computer.
Step 2: Start profiling
In the Plug-in Registration tool, select the (Step) BasicPlugin.FollowupPlugin: Create of account step, and click Start Profiling.
In the Profiler Settings dialog accept the default settings and click OK to close the dialog.
Step 3: Debug your plug-in
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tutorial-debug-plug-in
Currently there are no comments in this discussion, be the first to comment!