This documentation is archived and is not being maintained.
How to: Debug Inline Assembly Code
Visual Studio 2005
This topic applies to:
| Visual Studio Edition | Visual Basic | C# | C++ | J# |
| Express | No | No | Native | No |
| Standard | No | No | Native | No |
| Pro/Team | No | No | Native | No |
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.
See Also
Show:
Note