December 2019
Beginner to intermediate
770 pages
16h 14m
English
In some real-world scenarios, it might be that, for some reason, the debugger will not start and it will report an unhandled error message in the output window; or you might simply need to keep track of the debugger service process. In other words, you might need to debug the debugger. After all, the debugger is just another software artifact.
To gain more insight and verbose diagnostics, there is an undocumented feature that you need to enable by entering a specific parameter in the settings.json file in order to use:
"al.editorServicesLogLevel": "Debug".
Once it's enabled, you need to restart Visual Studio Code to make the changes effective across the application.
This parameter will instruct the AL Language extension ...
Read now
Unlock full access