MB-820 · Question #17
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?
The correct answer is C. app.json. 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…
Question
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?
Options
- Asettings.json
- Brad.json
- Capp.json
- Dlaunch.json
How the community answered
(34 responses)- A6% (2)
- C91% (31)
- D3% (1)
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.
Topics
Community Discussion
No community discussion yet for this question.