Technical ManualsRemote Debugging in AX

Remote Debugging in AX

Sana Commerce 9.3
Your connector

Introduction

Application Integration Framework (AIF) service can be invoked from X++ like any other class as it is implemented in X++. AIF forwards the request to the Application Object Server (AOS) using the .NET Business Connector.

However, when the service is invoked from a web service consumer additional configuration steps must be accomplished to allow X++ debugger to stop at the breakpoints:

  • Enable breakpoints;
  • Enable desktop interaction for the World Wide Web Publishing Service;
  • Configure Business Connector debugging;
  • Configure debugging in the client.
Technical ManualsRemote Debugging in AX