Microsoft Dynamics AX Debugger
The Microsoft Dynamics AX debugger is a tool that communicates with the Microsoft Dynamics AX Client or the Microsoft Dynamics AX Business Connector. This section has the following topics.
|
Topic |
Description |
|---|---|
|
Explains how to activate the debugger to debug code on the client, the Application Object Server (AOS), or the Business Connector. | |
|
Explains the general functionality of the Microsoft Dynamics AX debugger. | |
|
Explains how to work with breakpoints. | |
|
Explains general information about the Microsoft Dynamics AX debugger windows. | |
|
Explains how to use the Variables window. | |
|
Explains how to use the Watch window. | |
|
Explains how to use the Output window. | |
|
Explains how to use the Breakpoints window. | |
|
Lists the shortcut keys that are available in the Microsoft Dynamics AX debugger. | |
|
Explains how to debug a batch task that is running on the server, by using the Microsoft Dynamics AX debugger that is running on your client computer. |
Use this debugger to debug X++ code that is running on the following:
-
Microsoft Dynamics AX Business Connector
-
AOS
-
Microsoft Dynamics AX Client
Debugging X++ code in the Business Connector is similar to debugging code that is running on the client. The only difference between debugging on the Business Connector and debugging on the client is that the Business Connector has no client window. The client must be used to set the initial breakpoints.
Note |
|---|
|
All the information that is shown in the debugger is retrieved directly from the client or the Business Connector. The debugger has no connection to the database, the application, or AOS. |
Note