ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 11 - MB-820 discussion

Report
Export

You need to determine why the debugger does not start correctly.

What is the cause of the problem?

A.

The 'userld' parameter must have the GUID of the user specified, not the username.

Answers
A.

The 'userld' parameter must have the GUID of the user specified, not the username.

B.

The 'breakOnNext' parameter is not set to -WebServiceClient'.

Answers
B.

The 'breakOnNext' parameter is not set to -WebServiceClient'.

C.

The 'userld' parameter is specified, and the next user session that is specified in the 'breakOnNext' parameter is snapshot debugged.

Answers
C.

The 'userld' parameter is specified, and the next user session that is specified in the 'breakOnNext' parameter is snapshot debugged.

D.

The 'executionContext* parameter is not set to 'Debug'.

Answers
D.

The 'executionContext* parameter is not set to 'Debug'.

Suggested answer: A

Explanation:

In Microsoft Dynamics 365 Business Central, when configuring snapshot debugging, it is crucial that the parameters in the configuration file are correctly set. From the options provided, the issue with the debugger not starting correctly is most likely due to an incorrect 'userId' parameter.

Option A is the cause of the problem. The 'userId' parameter must be the GUID of the user, not the username. The snapshot debugger needs the exact GUID to attach to the right session for debugging.

Option B is incorrect because 'breakOnNext' set to 'WebClient' is a valid setting. This tells the debugger to break on the next client action in the web client, which is a typical scenario.

Option C is not the cause of the problem. The 'userId' parameter is meant to specify which user session to debug, and this works in conjunction with the 'breakOnNext' parameter.

Option D is incorrect as the 'executionContext' parameter does not need to be set to 'Debug' for snapshot debugging to work. 'DebugAndProfile' is a valid value for the 'executionContext' parameter, as it allows for debugging and collecting performance information.

Therefore, the reason why the debugger does not start correctly is due to Option A: The 'userId' parameter must have the GUID of the user specified, not the username.

asked 05/10/2024
Mark Josef Delos Santos
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first