How to: Debug Inline Assembly Code

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

Topic does not apply Topic does not apply Topic does not apply

Native only

Topic does not apply

Pro, Premium, and Ultimate

Topic does not apply Topic does not apply Topic does not apply

Native only

Topic does not apply

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 Working with Settings.

The debugger provides two windows for debugging inline assembly code, the Disassembly window and the Registers window.

Procedure

To debug inline assembly code

  1. Use the Disassembly window to view the assembly instructions.

  2. Use the Registers window to view register contents.

See Also

Concepts

Debugger Security

Other Resources

Debugging Native Code