Microsoft Dynamics 365 Business Central Developer — Question 27

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?

Answer options

Correct answer: C

Explanation

The correct answer is C, as the allowDebugging property is specifically configured in the app.json file for extensions. The other options, while they may contain configuration settings, do not pertain to the debugging settings required for viewing source code.