Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This article describes recommended configurations for your one-box developer environment.
Setup
- Start Visual Studio, and on the toolbar, select Dynamics 365 > Options.
- Expand the Microsoft Dynamics node, and then select Projects.
- Verify that the Organize projects by element type check box is selected, and select OK.
- To view the line numbers in your code editor, select Tools > Options > Text Editor > All Languages.
- Select the Line numbers check box.
Debugging
For better performance of the X++ debugger, turn off IntelliTrace. IntelliTrace collects the complete execution history of an application. It's not supported for X++ debugging and causes performance issues in the IDE when debugging large packages like Application Suite. To turn off Intellitrace, select Options > IntelliTrace > Enable IntelliTrace, clear the check box, and then select OK. Intellitrace is only available in the Enterprise version of Visual Studio.