How to: Debug Inline Assembly Code

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 Customizing Development Settings in Visual Studio.

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