How toRemote Debugging for AX

Remote Debugging for AX

Sana Commerce 8.2
Your provider

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.
How toRemote Debugging for AX