ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 88 - PL-400 discussion

Report
Export

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.

A.

Highlight the plug-in step and select Debug in the Plug-in Registration tool

Answers
A.

Highlight the plug-in step and select Debug in the Plug-in Registration tool

B.

Copy the .pdb file into the server/bin/assembly folder

Answers
B.

Copy the .pdb file into the server/bin/assembly folder

C.

Select Start Profiling in the Plug-in Registration tool

Answers
C.

Select Start Profiling in the Plug-in Registration tool

D.

Attach the debugger to the w3wp.exe process

Answers
D.

Attach the debugger to the w3wp.exe process

E.

Install the plug-in profiler

Answers
E.

Install the plug-in profiler

Suggested answer: A, C, E

Explanation:

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

1. In the Plug-in Registration tool, select the (Step) BasicPlugin.FollowupPlugin: Create of account step, and click Start Profiling.

2. In the Profiler Settings dialog accept the default settings and click OK to close the dialog.

Step 3: Debug your plug-in

Reference:

https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tutorial-debug-plug-in

asked 05/10/2024
Anna Panagiotidou
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first