Dynamics 365 Business Central: How to debug in phone/tablet client session

Today I would like to talk about an interesting question I saw last week, how to debug in phone/tablet client session.

Debugging is the process of finding and correcting errors. With Visual Studio Code and the AL Language extension, you get an integrated debugger to help you inspect your code and verify that your application can run as expected.

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: Snapshot Debugging (Debugging in Cloud Production)

Snapshot debugging allows a delegated admin to record AL code that runs on the server, and once it has run, debug the recorded snapshot in Visual Studio Code. For a delegated admin to create and download a snapshot file that exists on the server on behalf of an end-user, the delegated admin must be part of the D365 Snapshot Debug permission group.

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: using snapshot debugging

One of the top requested features for Dynamics 365 Business Central from a long time is absolutely one: debugging the production environment! And now you can 🙂

Dynamics 365 Business Central version 17 introduces a feature called Snapshot Debugging. Snapshot Debugging allows a delegated admin to record AL code that runs on the server side and then debug the recorded snapshot in Visual Studio Code in an offline manner.

Source : Stefano Demiliani
Read more…