Debugging Directives

When you enable the debugger, the assembler automatically generates some debug information for your project. However, you can use these directives in the debug section to provide additional information to the debugger.

Note: These debugging directives are valid only in the .debug and .text sections of an assembly file. Additionally, you must enable debugging for the file that contains the debugging directives.

In this topic: