QuestionQ20

Extend the platform

A company is creating multiple plug-ins.

One plug-in continues to fail. You need to debug the plug-in.

Which three actions should you take? Each correct answer represents part of the solution.

NOTE: Each correct selection is worth one point.

Choose three
  • 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
  • C Select Start Profiling in the Plug-in Registration tool
  • D Attach the debugger to the w3wp.exe process
  • E Install the plug-in profiler
Explanation

Microsoft Dataverse debugging uses Plug-in Profiler: install the profiler, start profiling on the registered plug-in step to capture an execution profile, and select Debug in the Plug-in Registration Tool to replay that profile locally for debugging.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!