AppCode
 
Get AppCode
You are viewing the documentation for an earlier version of AppCode.

Disassembly view

Last modified: 21 March 2022

In situations when source code is unavailable, you can step into and debug the disassembled code in the dedicated view.

The disassembly view

To investigate your code in the disassembly view, use regular stepping actions. Note that Run to Cursor, Evaluate Expression, and breakpoints-related actions are not supported.

You can find a desired function by its name or address using the Go to search string. Note that currently the search by name does not work for member functions.

Go to function in the disassembly view

Syntax highlighting is available for AT&T assembly code. By default, the .s and .asm files are recognized as assembly code files, but you can configure other types. To do this, in the Preferences dialog (⌃ ⌥ S), go to Editor | File Types. Select Assembly Language in the list of recognized file types and add a new extension to the list.