Content originally posted in LPCWare by CodeRedSupport on Tue May 18 06:02:06 MST 2010
Quote: blasiis
My question is: In debug mode with break stopped when use i-> for display asm code, how can see many lines prior to break position ?
The "normal" disassembly view basically lists from "the current location" to the end of the function.
If this doesn't provide you with the information that you want, then I suggest that you try using the Quick Disassembly view
Window -> Show view -> Other -> Debug -> Quick Disassembly view
Then enter [I]function_name[/I] for the address, and the number of bytes you want to actually disassemble.
Regards,
CodeRedSupport