ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 39 - MB-820 discussion

Report
Export

You need to allow debugging in an extension to view the source code. In which file should you specify the value of the allowDebugging property?

A.

settings.json

Answers
A.

settings.json

B.

rad.json

Answers
B.

rad.json

C.

app.json

Answers
C.

app.json

D.

launchjson

Answers
D.

launchjson

Suggested answer: C

Explanation:

To enable debugging in an extension and allow the source code to be viewed, the allowDebugging property should be specified in the app.json file (C). The app.json file serves as the manifest for an AL project in Microsoft Dynamics 365 Business Central, defining the project's properties, dependencies, and features. By setting the allowDebugging property to true in this file, developers enable the debugging of the extension's source code, facilitating troubleshooting and development. This is essential for analyzing the behavior of the extension and identifying issues during the development process.

asked 05/10/2024
Tarun Sharma
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first