How to: Debug Inline Assembly Code
This topic applies to:
Edition |
Visual Basic |
C# |
C++ |
Web Developer |
---|---|---|---|---|
Express |
Native only |
|||
Standard |
Native only |
|||
Pro and Team |
Native only |
Table legend:
Applies |
|
Does not apply |
|
Command or commands hidden by default. |
Note
The dialog boxes and menu commands you see might differ from those described in Help, depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.
The debugger provides two windows for debugging inline assembly code, the Disassembly window and the Registers window.
Procedure
To debug inline assembly code
Use the Disassembly window to view the assembly instructions.
Use the Registers window to view register contents.