Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.7 KB

File metadata and controls

39 lines (26 loc) · 1.7 KB
title description author ms.author ms.topic ms.date ms.reviewer audience ms.search.region ms.search.validFrom ms.dyn365.ops.version ms.assetid
Configure one-box development environments
Learn about the recommended configurations of your one-box developer environment, including overviews for setup and debugging environments.
josaw1
josaw
article
06/20/2017
johnmichalak
Developer
Global
2016-02-28
AX 7.0.0
09dbb06c-dbc7-468d-a78e-e89a97a59fe6

Configure one-box development environments

[!include banner]

This article describes recommended configurations of your one-box developer environment.

Setup

  1. Start Visual Studio, and on the toolbar, click Dynamics 365 **> **Options.
  2. Expand the Microsoft Dynamics node, and then click Projects.
  3. Verify that the Organize projects by element type check box is selected, and click OK.
  4. To view the line numbers in your code editor, select Tools > Options > Text Editor > All Languages.
  5. Select the Line numbers check box.

Debugging

For better performance of the X++ debugger, you might want to turn off IntelliTrace. IntelliTrace collects the complete execution history of an application. It is not supported for X++ debugging and causes performance issues in the IDE when debugging large packages like Application Suite. To turn off Intellitrace, click Options > IntelliTrace > Enable IntelliTrace, clear the check box, and then click OK. Note that Intellitrace is only available in the Enterprise version of Visual Studio.

[!INCLUDEfooter-include]