Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.34 KB

how-to-debug-inline-assembly-code.md

File metadata and controls

38 lines (31 loc) · 1.34 KB
titledescriptionms.datems.topicf1_keywordsdev_langshelpviewer_keywordsauthorms.authormanagerms.subservice
Debug Inline Assembly Code
When you debug inline assembly code, use the Disassembly window to see the assembly instructions, and use the Registers window to view the register values.
11/04/2016
how-to
vs.debug.inline
CSharp
VB
FSharp
C++
assembly language, debugging inline assembly code
debugging [C++], inline assembly code
inline assembly, debugging
mikejo5000
mikejo
mijacobs
debug-diagnostics

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 Reset all settings.

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

Debug inline assembly code

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

  2. Use the Registers window to view register contents.

Related content

close