Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 61
A company uses Dynamics 365 Finance.
Developers receive an error in an existing solution. The solution must be debugged to identify the root cause of the error.
You need to enable debugging in Visual Studio to hit an existing breakpoint with the solution open.
Which three methods can you use? Each correct answer presents a complete solution. (Choose three.)
NOTE: Each correct selection is worth one point.
Answer options
- A. Press F5.
- B. Using Visual Studio to debug, attach the debugger to the devenv.exe process.
- C. Using Visual Studio to debug, start debugging with your start-up object.
- D. Using Visual Studio to debug, attach the debugger to the IIS process.
- E. Using Visual Studio to debug, attach the debugger to the X++ compiler process.
Correct answer: A, D, E
Explanation
The correct methods to enable debugging and hit breakpoints in Visual Studio include pressing F5 to start debugging, attaching to the IIS process, and attaching to the X++ compiler process. Options B and C are not correct as they do not directly facilitate hitting breakpoints in the context of the existing solution error.