Dynamics 365 Business Central: View the actual error message in the debugger

Today I would like to share a mini tip when debugging in VS Code, viewing the error message in the debugger.

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

Source : Dynamics 365 Lab
Read more…