Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Reference
Command Window
 List Disassembly Command

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio
List Disassembly Command

Begins the debug process and allows you to specify how errors are handled.

Debug.ListDisassembly [/count:number] [/endaddress:expression]
[/codebytes:yes|no] [/source:yes|no] [/symbolnames:yes|no]
[/linenumbers:yes|no]

Each switch can be invoked using either its complete form or a short form.

/count: number [or] /c: number [or] /length: number [or] /l: number

Optional. Number of instructions to display. Default value is 8.

/endaddress: expression [or] /e: expression

Optional. Address at which to stop disassembly.

/codebytes:yes|no [or] /bytes:yes|no [or] /b:yes|no

Optional. Indicates whether to display code bytes. Default value is no.

/source:yes|no [or] /s:yes|no

Optional. Indicates whether to display source code. Default value is no.

/symbolnames:yes|no [or] /names:yes|no [or] /n:yes|no

Optional. Indicates whether to display symbols names. Default value is yes.

[/linenumbers:yes|no]

Optional. Enables the viewing of line numbers associated with the source code. The /source switch must have a value of yes to use the /linenumbers switch.

>Debug.ListDisassembly
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker