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.