Compiler Output window in axapta
The Compiler Output window consists of four tab pages:
• Status: This tab page displays a running status of the compilation, where you can see the counts of what the compiler has found.
• Errors and warnings: This tab page provides a list of all statements that have either generated an error or a warning with all the information you need to find the code that is causing it.
• Best practices: You have seen this tab page earlier on in this chapter. It is equivalent to the Errors and Warnings tab page, but lists best practice violations instead.
• Tasks: This tab page lists all occurrences in the code of // TODO: statements. This is a very useful feature when for some reason you lack the information or decisions to enable you to finish off a piece of code. You can insert a comment literally as quoted starting with the TODO: keyword and whatever text you want to follow; the compiler will then list all of your TODOs so you can easily find them again.
Comments