News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Assembler code

Started by c.panel, May 17, 2008, 02:17:04 PM

Previous topic - Next topic

c.panel

Is it possible to debug step by step in assembler code ?
For instance to see the result of a C instruction and how it is developped, and interpreted by CPU.
(like a hardware debugger)

mandrav

Debug->Next instruction (Alt-F7)
Be patient!
This bug will be fixed soon...

c.panel

Humm... there's something I don't understand...
I can see dissassembling instructions but where is Instruction Pointer ?
Alt+F7 makes me go forwards but one step of source code, not assembler code ?
I've seen there a menu "View->Layout->Debugging" but when I click : nothing and stay on "View->Layout->CodeBlocks default"

c.panel

I tested with cursor in dissasembly window and it seems to make step by step in assembler code so my question is :
How can I see or is it possible to locate IP quickly in assemby window without having to read it in CPU register window ?