cancel
Showing results for 
Search instead for 
Did you mean: 

How to step in the disassembly view?

musmuris
Associate II

I'm trying to debug something at the assembly level (mostly compiled from mix of C).  Once I get to a point in my C code I then jump to some memory address where other code is loaded.  With a breakpoint there I want to open up the disassembly view and step in that instead. But in that view F5 or F6 both say they cannot find the function (which is unsurprising as this is the startup code of a new program). 

Is there anyway to step at the assembly level?

Also, in a disassembly view sometimes entering a new hex location to disassemble just does nothing (source sync etc. are turned off)

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Open up the disassembly view.

Enable instruction stepping mode by clicking this icon.

TDK_0-1709835678949.png

Use normal step into/over commands to step into/over individual assembly instructions.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

1 REPLY 1
TDK
Guru

Open up the disassembly view.

Enable instruction stepping mode by clicking this icon.

TDK_0-1709835678949.png

Use normal step into/over commands to step into/over individual assembly instructions.

If you feel a post has answered your question, please click "Accept as Solution".